[Webkit-unassigned] [Bug 24762] New: Text-indent is not supported on <option> elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 23 11:57:40 PDT 2009


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

           Summary: Text-indent is not supported on <option> elements
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: adachan at apple.com


Text-indent is not supported on option elements.

For example:
<select>
  <option>no text-indent</option>
  <option style="text-indent: 100px;">100px text-indent</option>
</select>

The second option should be much wider due to the text-indent, causing the
select to be wider also.


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