[Webkit-unassigned] [Bug 12322] New: Adjacent, identical spans should merge into one span
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jan 18 12:46:47 PST 2007
http://bugs.webkit.org/show_bug.cgi?id=12322
Summary: Adjacent, identical spans should merge into one span
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 on the editable top panel
2. Type some text like "Hello webkats and webkittens"
3. Select the words "webkats", "webkittens" and make bold
4. Backspace out the "and" (with the surrounding spaces) so that "webkats" is
directly adjacent to "webkittens"
Results: Markup is Hello <span class="Apple-style-span" style="font-weight:
bold;">webkats</span><span class="Apple-style-span" style="font-weight:
bold;">webkittens</span>
Expected: The two identical spans should merge together so that it would look
something like this:
Hello <span class="Apple-style-span" style="font-weight:
bold;">webkatswebkittens</span>
--
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