Ticket #7926 (closed bug: invalid)
Trouble with height/width definition of the Microsoft.Matrix transformed elements
| Reported by: | kissmi13@… | Owned by: | kissmi13@… |
|---|---|---|---|
| Priority: | undecided | Milestone: | 1.next |
| Component: | unfiled | Version: | 1.4.4 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
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 =-)
Change History
comment:1 Changed 2 years ago by rwaldron
- Owner set to kissmi13@…
- Status changed from new to pending
comment:2 Changed 2 years ago by trac-o-bot
- Status changed from pending to closed
- Resolution set to invalid
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!
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

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!