Posted by artatac on December 10, 2009 at 1:53pm
6 followers
Jump to:
| Project: | Whizzywig - A complete WYSIWYG Editor |
| Version: | 6.x-1.0-beta7 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
| Issue tags: | disappears, link, text |
Issue Summary
The link icon does not seem to work. I highlighted some text eg "bbc web" added the link and ticked open in a new window and then pressed ok. The text disappeared. When I looked at the html it had deleted the text
<div>go to the <a href="http://bbc.co.uk" target="_blank"></a> </div>it DOES work ok if you dont tick the open in new window box
regards joe
Comments
#1
Hi,
Try 6.x-1.0-BETA6 and please reporting back the result.
I have test it and working fine.
Rgds
#2
tested with beta 7 - no better I am afraid
#3
Hi,
I can not produce this bug. Can you inform me what is the link that you have entered?
I need to reproduce this bug so I can confirm this as a bug, so we can deliver a bug fix.
#4
i have the same promlem with 6.x-1.0-beta8.
adding link of any kind with "new window" option is on, "eating" any text.
#5
I had this problem and it was fixed after I had done the following:
EDIT: I still have this issue in Safari 4.0.5. Selected text gets eaten and a mysterious and seemingly random
is appended before the link code.#6
Looks like it might be a Webkit-only issue. Tried this in Chrome with similar results, and as jrstmartin said, it is also happening in Safari. Had the user try in FF3 and everything works fine. Im using version 1.4.
#7
I can verify #6 dmlinn’s observation that it appears to be Webkit-specific.
That said, Webkit is the web layout engine that, of the top four widely available web layout engines, first passed Acid3 with flying, er, colors.
From their descriptive web site:
Given this, it’s quite probable that whatever incompatibility is causing this is an incompatibility with current ECMAscript/DOM standards that, if not already present, will likely start showing up in other browser web layout engines as newer releases of their browsers are released (IE9, Firefox 4, Opera 11, etc.). It really needs to be fixed, and not just waved aside with an, “Oh, that’s just Webkit. Tell ’em to use another browser.”
Also, Google Chrome alone (not even counting Safari) is already nipping at Firefox’s heels in the race to be #2 to IE among actual browser usage (remember that it’s the default installed browser on all those Droid and Android smartphones and similar devices out there!). Some rankings show it as having already surpassed the mighty Firefox! It’s no longer safe to just discount it.
Note also that it isn’t just erasing the link text. It’s also inserting a non-breaking space (“ ”) both before the opening <a href=…> tag and after the closing </a> tag.