[Webkit-unassigned] [Bug 20159] New: [XBL] XBLElement inheritance issue

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 24 07:33:56 PDT 2008


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

           Summary: [XBL] XBLElement inheritance issue
           Product: WebKit
           Version: 526+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jchaffraix at webkit.org


As mentioned in bug 20029, there is an issue with XBLElement inheriting from
StyledElement only because XBLDivElement (class associated with the <xbl:div>
tag) needs that. XBLElement should inherits from Element and XBLDivElement
should be the only one inheriting from StyledElement.

Currently this is tricky to do because we need XBLDivElement to inherit also
from XBLElement.
A way of solving this is by turning StyledElement to a mix-in.


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