[Webkit-unassigned] [Bug 26214] New: RenderTextControl: Remove ASSERT for checking that visiblePositionForIndex()'s return is not null.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 5 02:53:36 PDT 2009


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

           Summary: RenderTextControl: Remove ASSERT for checking that
                    visiblePositionForIndex()'s return is not null.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows Vista
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tyoshino at google.com


visiblePositionForIndex can return an instance that returns true for
isNotNull(). One of common case is when the corresponding input element has
"-webkit-user-select: none" style attribute. We should allow the case instead
of putting ASSERT.


-- 
Configure bugmail: https://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