[Webkit-unassigned] [Bug 37105] New: &nbsp in href title causes links to be inaccessible.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 5 12:44:04 PDT 2010


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

           Summary: &nbsp in href title causes links to be inaccessible.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
               URL: http://www.rexxla.org
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P3
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: CVBruce at gmail.com


On the website http:www.rexxla.org, there is an horizontal menu across the top
of the page.  In non-webkit browsers this presents a menu of links.  In webkit
based browsers, one can not click on the link.  

When a &nbsp is used in the optional TITLE attribute of an HREF attribute, then
the link presented is not clickable.

<!-- ###### menu start ###### -->            
            <div id="menu-box">    
                <div id="menu">
               <!-- The   embedded in the links keeps the entire menu item
                    together when the window is resized and the menu items are 
                    split into multiple lines
               -->
                    <a href="/"> Home </a> 
                    <a href="/rexxlang/"> About Rexx </a> 
                    <a href="/Members/"> Members </a>  <a
                   
href="/events/"> Symposium & Events </a> 
                    <a
href="/projects/"> Sponsored Projects </a> 
                    <a href="/links/"> Links </a> 
                    <a
href="/freerepo/"> Free Repository </a> 
                    <a href="/wikipages/"> Rexx Wiki </a> 
                </div> <!--menu-->                
            </div> <!--menubox-->
<!-- ###### menu end ###### -->

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