Uploaded image for project: 'MyFaces Tomahawk'
  1. MyFaces Tomahawk
  2. TOMAHAWK-1320

Firefox warns about Error in parsing value for property 'cursor'. Declaration dropped.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.1.6
    • 1.1.9
    • Tree2
    • None
    • Firefox

    Description

      If we see the Tree2 component on a Firefox browser, we see this warning.

      Warning: Error in parsing value for property 'cursor'. Declaration dropped.

      The reason is ,

      to support backward compatibility with IE5 and IE5.5 which require cursor: hand to indicate the hand cursor(mouseover a link shows this typically),

      style="cursor:hand;cursor:pointer" is being applied. But this should actually be style="cursor:pointer;cursor:hand". Refer the following link

      http://www.quirksmode.org/css/cursor.html

      I don't know how many more components have the same issue.

      Attachments

        Activity

          People

            lu4242 Leonardo Uribe
            manimaran mani maran
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: