[Webkit-unassigned] [Bug 12317] New: Typing text plus a newline leaves weird HTML markup
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jan 18 11:56:00 PST 2007
http://bugs.webkit.org/show_bug.cgi?id=12317
Summary: Typing text plus a newline leaves weird HTML markup
Product: WebKit
Version: 420+ (nightly)
Platform: Macintosh
OS/Version: Mac OS X 10.4
Status: NEW
Severity: Normal
Priority: P2
Component: HTML Editing
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: dwood at karelia.com
To reproduce:
0. Launch Blot_editableDiv_showSource, my modified version of "Blot" available
from <http://dan.karelia.com/webkit/Blot_editableDiv_showSource.zip> with
DYLD_FRAMEWORK_PATH pointing to TOT. (I'm using r18941)
1. Click in the top panel.
2. Type "Hello" and hit the return key
Results: The contents of the editable DIV are:
Hello.<div><br class="webkit-block-placeholder"></div>
Expected:
There shouldn't be an internal webkit class. Also the empty divs surrounding a
<br> are weird -- I would expect there to be something like just a <br> but not
enclosed in a div.
--
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