[Webkit-unassigned] [Bug 38321] New: bubbling events to parent labels

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 29 06:12:14 PDT 2010


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

           Summary: bubbling events to parent labels
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: diego.perini at gmail.com


I was experimenting on how to build a TAB navigation menu using only CSS3
specific pseudo-classes.

I have been unable to make it work cross-browser due to this edge case that
maybe shows a bug in Webkit based browsers (Safari/Chrome).

    <label>
      <input type="checkbox">
      <a href="#" >Toggle</a>
    </label>

Should a click on the link text still toggle the input checked property ?

I need the click on the link to engage two CSS3 behaviors at the same time, set
the input ":checked" state and the ":target" reference in the URL (hash).

You can see the example I am working on here:

    http://dl.dropbox.com/u/598365/css-pseudos/css-navigation1.html#first

It does work as expected in Firefox/Opera, hope we can have it work on Webkit
for cross-browser enhancements with only CSS.

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