[Webkit-unassigned] [Bug 85894] New: Wrong text width handling when <button> is rotated

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 8 10:07:22 PDT 2012


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

           Summary: Wrong text width handling when <button> is rotated
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Major
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: yyc1992 at gmail.com


code that trigger the bug
<button type="button" style="-webkit-transform:rotate(15deg);">
aaaaaaaaaaaaaaaaaaaaaaaa
</button>

The text "aaaaaaaa..." is cut at the wrong place, new line is inserted (is shouldn't be cut and no new line should be inserted at all) and part of the text is not shown.

If "text-shadow" is added, the shadow actually appears at the right place although the text itself doesn't~

Don't know if this also affect other elements but at least it affects both rotate and skew in -webkit-transform for the button element

<div> seems to be fine so it is probably caused by the implementation of <button> in webkitgtk.

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