[Webkit-unassigned] [Bug 15159] New: Links in WYSIWYG contentEditable mode are clickable.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Sep 7 18:13:03 PDT 2007
http://bugs.webkit.org/show_bug.cgi?id=15159
Summary: Links in WYSIWYG contentEditable mode are clickable.
Product: WebKit
Version: 522+ (nightly)
Platform: Macintosh Intel
OS/Version: Mac OS X 10.4
Status: UNCONFIRMED
Severity: Normal
Priority: P3
Component: HTML Editing
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: vilee at adobe.com
Steps to reproduce bug:
1. Turn a document into edit/WYSIWYG mode using: document.body.contentEditable
= true;
2. Click on a link to edit the text in it.
Actual Result:
The link activates loading the linked page.
Expected Result:
The link should NOT activate, but be editable without moving to a new page.
Once the link is no longer editable it may then be clicked activated by
clicking on it or pressing ENTER with the link focused.
--
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list