Side navigation
#7926 closed bug (invalid)
Opened January 08, 2011 08:36AM UTC
Closed January 24, 2011 08:06AM UTC
Trouble with height/width definition of the Microsoft.Matrix transformed elements
Reported by: | kissmi13@gmail.com | Owned by: | kissmi13@gmail.com |
---|---|---|---|
Priority: | undecided | Milestone: | 1.next |
Component: | unfiled | Version: | 1.4.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Have a element style:
.el{
filter: progid:DXImageTransform.Microsoft.Matrix(
M11=1,
M12=-0.1763269807084645,
M21=0,
M22=1,
SizingMethod='auto expand');}
<script>
$(".el").width("300"); next step try to get the width value
$(".el").width(); returned 347
</script>
So element animation looks ugly =-)
Attachments (0)
Change History (2)
Changed January 08, 2011 06:17PM UTC by comment:1
owner: | → kissmi13@gmail.com |
---|---|
status: | new → pending |
Changed January 24, 2011 08:06AM UTC by comment:2
resolution: | → invalid |
---|---|
status: | pending → closed |
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
Thanks for taking the time to contribute to the jQuery project! Please provide a reduced jsFiddle test case to help us assess your ticket!
Additionally, test against the latest jQuery release and the jQuery 0 GIT version to ensure the issue still exists. Be Excellent to eachother!