From simon at electrosoup.co.uk Mon Dec 3 14:13:02 2007 From: simon at electrosoup.co.uk (simon oram) Date: Mon, 3 Dec 2007 13:13:02 +0000 Subject: [kupu-dev] Width Problem Message-ID: <837FD562-27D8-466E-B5F2-D6616D3FB288@electrosoup.co.uk> Hi, I am using KUPU on Plone but want to make the KUPU edit page in the IFrame have a specific width. Does anyone know how to do this? S. Simon Oram Lead Developer ? t: 05602468591 e: simon at electrosoup.co.uk w: www.electrosoup.co.uk -------------- next part -------------- An HTML attachment was scrubbed... URL: http://codespeak.net/pipermail/kupu-dev/attachments/20071203/2289e968/attachment-0001.htm -------------- next part -------------- A non-text attachment was scrubbed... Name: footer.gif Type: image/gif Size: 7745 bytes Desc: not available Url : http://codespeak.net/pipermail/kupu-dev/attachments/20071203/2289e968/attachment-0001.gif From wouter at netcentric.be Wed Dec 19 15:08:15 2007 From: wouter at netcentric.be (Wouter Vanden Hove) Date: Wed, 19 Dec 2007 15:08:15 +0100 Subject: [kupu-dev] Adding image via kupu ignores short name editing Message-ID: Hello, Uploading a new image via kupu seems to ignore the short name editing if that is enabled on the plone-site. It would be nice if that setting would be taken into account. -- Wouter Vanden Hove Netcentric.be From danny.bloemendaal at informaat.nl Wed Dec 19 15:24:22 2007 From: danny.bloemendaal at informaat.nl (Danny Bloemendaal) Date: Wed, 19 Dec 2007 15:24:22 +0100 Subject: [kupu-dev] Adding image via kupu ignores short name editing In-Reply-To: References: Message-ID: Well, there are other absolute vital part missing in the upload form as well. Basically, you need everything that is available in the form where you pick an existing image like alignment, size and alt text etc. Right now you have to first upload the image, then select it again in kupu and reopen the drawer and then pick a size. People don't see that and I see this going wrong in many situations. So, duncan, while you are at it...care to have a look there too? ;-) Cheers, Danny. On 19 dec 2007, at 15:08, Wouter Vanden Hove wrote: > Hello, > > > Uploading a new image via kupu seems to ignore the > short name editing if that is enabled on the plone-site. > > It would be nice if that setting would be taken into account. > > > > -- > Wouter Vanden Hove > Netcentric.be > > _______________________________________________ > kupu-dev mailing list > kupu-dev at codespeak.net > http://codespeak.net/mailman/listinfo/kupu-dev From batsonjay at mac.com Sat Dec 29 15:53:29 2007 From: batsonjay at mac.com (Jay Batson) Date: Sat, 29 Dec 2007 09:53:29 -0500 Subject: [kupu-dev] Safari - current state of issues? Message-ID: <91D7E227-49A9-403F-9A91-3418DE2377A1@mac.com> My limited experience with Kupu (using it to do a Plone eval) has been great; it's the primary reason I would have considered Plone. But given that it's not Plone-specific, I'm interested in porting Kupu to my favorite CMS. But my default browser, and that of most of my compatriots, is Safari. I see in the FAQ that Kupu is not currently compatible with Safari. I looked at the list archives, and see that the last time Safari was discussed in any detail was 2005. It's now nearly 2008, and Safari is in version 3.0.4 - a vastly different Safari than in 2005. So, two questions: - Has anybody looked at Safari / Kupu in the last several years to know whether the previously-blocking issues are still blocking? - Can somebody actually succinctly describe what the issues were / are? It wasn't immediately clear to me. I'm looking for the level of information that would help determine whether "It's basically not possible," or "It's just a matter of doing a bunch of hard work, but it can be done without massively rewriting Kupu." Anybody have useful info, please? -jb ----------------- Jay Batson batsonjay at mac.com +1-978-824-0111 (w) +1-978-758-1599 (m) From duncan.booth at suttoncourtenay.org.uk Sat Dec 29 22:18:37 2007 From: duncan.booth at suttoncourtenay.org.uk (Duncan Booth) Date: Sat, 29 Dec 2007 21:18:37 +0000 (UTC) Subject: [kupu-dev] Safari - current state of issues? References: <91D7E227-49A9-403F-9A91-3418DE2377A1@mac.com> Message-ID: Jay Batson wrote: > So, two questions: > - Has anybody looked at Safari / Kupu in the last several years to > know whether the previously-blocking issues are still blocking? Yes. > - Can somebody actually succinctly describe what the issues were / > are? It wasn't immediately clear to me. I'm looking for the level of > information that would help determine whether "It's basically not > possible," or "It's just a matter of doing a bunch of hard work, but > it can be done without massively rewriting Kupu." It has been a slow process because until each major issue has been fixed the next issue doesn't become apparent. Initially the problem was lack of xsl support, then once that was fixed there were issues with Javascript regular expression support (fixed in October this year). The main problem at present is that Safari inserts a lot of tags every time you try to format anything (or even occasionally other things such as ). The Safari developers are looking at this. This problem only seems to affect kupu as it happens when you try to edit html with css styling applied and I think Fckeditor etc. maybe don't apply css to the edit buffer. Kupu now tries to filter these span tags out when saving, but it would be better if Safari didn't insert these at all: they do interfere with editing. On Plone, kupu supports (i.e. is enabled for) recente versions of Safari 3+webkit out of the box, however the remaining issues with Safari mean that actually using it is still somewhat problematic. From batsonjay at mac.com Mon Dec 31 15:19:38 2007 From: batsonjay at mac.com (Jay Batson) Date: Mon, 31 Dec 2007 09:19:38 -0500 Subject: [kupu-dev] Safari - current state of issues? In-Reply-To: References: <91D7E227-49A9-403F-9A91-3418DE2377A1@mac.com> Message-ID: First, thanks for the update. Second: On Dec 29, 2007, at 4:18 PM, Duncan Booth wrote: > The main problem at present is that Safari inserts a lot of class="Apple-span-style"> tags every time you try to format anything (snip) > On Plone, kupu supports (i.e. is enabled for) recente versions of > Safari > 3+webkit out of the box, however the remaining issues with Safari > mean that > actually using it is still somewhat problematic. So, I interpret this to say that the bottom line is Kupu "works problematically" using Safari3+webkit. However, what was less clear is whether: - The "problematic" issues that remain are unresolvable until Apple whacks their stuff? - The problematic issues could be made to go away with programming effort (which would presumably be backed out once Apple whacked their stuff)? ?? -jb ----------------- Jay Batson batsonjay at mac.com +1-978-824-0111 (w) +1-978-758-1599 (m)