Closed
Bug 795299
Opened 13 years ago
Closed 12 years ago
Text disappears of the element after using the value x=90deg or y=90deg in the property 'transform: skew(x, y)' and returning to original value
Categories
(Core :: Web Painting, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: u452416, Unassigned)
Details
Attachments
(1 file)
|
833 bytes,
text/html
|
Details |
User Agent: Mozilla/5.0 (Windows NT 5.1; rv:18.0) Gecko/18.0 Firefox/18.0
Build ID: 20120927030539
Steps to reproduce:
-I created an element <input type="button" value="Submit Request">
-I added the css3 property: transform: skew(90deg, 100deg);
-I changed the transform value: transform: skew(90deg, 10deg);
-I deleted the property
Actual results:
the text value "Submit Request" disappeared
Expected results:
the button should show the value "Submit Request" after the changes
Please, could you attach a testcase to this bug. (html file)
It would help to test and debug.
Updated•13 years ago
|
Component: Style System (CSS) → Layout: View Rendering
A URL to a test Web page would also be very helpful.
Keywords: testcase-wanted
You can test the code here: http://htmledit.squarefree.com/ or create an HTML file and run it in the Firefox
Attachment #667029 -
Attachment mime type: text/plain → text/html
Comment 6•12 years ago
|
||
attachment 667029 [details] is WFM using Firefox 24 ESR + Trunk.
sjc.erick@gmail.com, is this still an Issue?
Flags: needinfo?(sjc.erick)
Keywords: css3,
testcase-wanted
(In reply to XtC4UaLL [:xtc4uall] from comment #6)
> attachment 667029 [details] is WFM using Firefox 24 ESR + Trunk.
>
> sjc.erick@gmail.com, is this still an Issue?
It's ok now. Tested on User Agent:
Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:29.0) Gecko/20100101 Firefox/29.0
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Flags: needinfo?(sjc.erick)
Resolution: --- → INVALID
| Assignee | ||
Updated•7 years ago
|
Component: Layout: View Rendering → Layout: Web Painting
You need to log in
before you can comment on or make changes to this bug.
Description
•