Modify ↓
Ticket #6321 (closed bug: duplicate)
opera 10.10 and less
| Reported by: | coreer | Owned by: | |
|---|---|---|---|
| Priority: | Milestone: | 1.4.3 | |
| Component: | dimensions | Version: | 1.4.2 |
| Keywords: | height, opera | Cc: | |
| Blocking: | Blocked by: |
Description
$(elemant).height() returns wrong data in opera 10.10 and less, other browsers do it well.
Change History
comment:1 Changed 3 years ago by dmethvin
- Status changed from new to closed
- Resolution set to invalid
comment:2 Changed 3 years ago by kof13
I have also a similar problem with $(element).width() in opera since I switched to 1.4.2 version. The problem is I can't reproduce this in clean environment, only in our CMS. I have tried version 1.3.2 again and it works, also it works if I use $(element).outerWidth() in 1.4.2. The exactly behaviour is the determined width seems to be the body width.
I will try to reproduce it in clean html file once again.
comment:3 Changed 3 years ago by kof13
- Status changed from closed to reopened
- Resolution invalid deleted
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Please reopen with a test case including html and script.