[Webkit-unassigned] [Bug 30836] New: Creating a link when selecting multiple nodes creates multiple links

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 27 14:52:44 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=30836

           Summary: Creating a link when selecting multiple nodes creates
                    multiple links
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
               URL: http://www.mozilla.org/editor/midasdemo/
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: marcosalmeida at google.com


1. Go to http://www.mozilla.org/editor/midasdemo/
2. type "abc"
3. select "b" and press the italic button on the second toolbar
4. press ctrl-a to select all
5. press the create link button (the globe icon with a chain link, on the first
toolbar)
6. type abc in the dialog that pops up and press ok
7. click the "view html source" checkbox at the bottom to see the generated
html

Expected:
<a href="abc">a<i>b</i>c</a>

Actual:
<a href="abc">a</a><i><a href="abc">b</a></i><a href="abc">c</a>


This affects Google properties.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list