[Webkit-unassigned] [Bug 129200] New: isEditablePosition and related functions shouldn't move position out of table

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Feb 22 03:37:48 PST 2014


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

           Summary: isEditablePosition and related functions shouldn't
                    move position out of table
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: darin at apple.com, koivisto at iki.fi, benjamin at webkit.org,
                    enrica at apple.com, akling at apple.com
            Blocks: 129034


Right now, isEditablePosition and related functions check whether we're at the beginning or at the end of an element with RenderTableElement
to work around the fact we use (table, 0) and (table, <number of child nodes>) to mean before and after the table.

This prevents us from fixing the bug 129034 because this information is only available via renderer.

-- 
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