[Webkit-unassigned] [Bug 56896] New: Assertion and incorrect rendering of counters.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 22 21:09:23 PDT 2011


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

           Summary: Assertion and incorrect rendering of counters.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: carol.szabo at nokia.com


Created an attachment (id=86566)
 --> (https://bugs.webkit.org/attachment.cgi?id=86566&action=review)
Test Case

When multiple displays are assigned to the same counter i.e. like in this case:
   #testView:before {
    content: "First Counter:" counters(test, ".") " Second Counter:" counters(test, ".");
   }
And the counter value changes, only the first display is invalidated. Which causes the second display to show the wrong value and a debug mode assertion on page tear down.
The error is in CounterNode::resetCounters which iterates the list of display renderers incorrectly.

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