[Webkit-unassigned] [Bug 7544] New: Computed style missing values such as -khtml-user-select

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Wed Mar 1 18:46:51 PST 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=7544

           Summary: Computed style missing values such as -khtml-user-select
           Product: WebKit
           Version: 417.x
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at opendarwin.org
        ReportedBy: ytpete at gmail.com


The attached testcase, inclues an element with:
   style="color:red; border:1px solid black; -khtml-user-select:none;
-khtml-user-drag:none"

Click the button to output some of the properties returned from
getComputedStyle()

Expected results:
The "none" values show up fpr KhtmlUserSelect and KhtmlUserDrag

Actual results:
The value of both properties is a 0-length string.  The other properties work
as expected.

Both the cssText and the actual text selecton behavior of the DIV indicate that
the -khtml styles are being understood.

I haven't tested this much, so the bug likely occurs for other CSS properties
as well.


-- 
Configure bugmail: http://bugzilla.opendarwin.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