#1096 closed bug (invalid)
$(class).resize works only in IE
Reported by: | Ihsahn | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.1.3 |
Component: | event | Version: | 1.1.2 |
Keywords: | resize | Cc: | |
Blocked by: | Blocking: |
Description
resize event handlers does only work in IE, sample attached.
Steps to reproduce
- Extract attached file
- Open test.html in IE and ff/opera browser
- Try to resize a window
expected behavior (like in IE):
series of alert boxes with messages about which elements got resized
observed behavior (opera/ff):
nothing happens
tested versions:
- IE 7 (expected behavior)
- FF 1.5.0.11 (windows), 2.0.0.3 (windows, Ubuntu linux)
- Opera 9.10 (windows, Ubtuntu linux)
Attachments (1)
Change History (2)
Changed 16 years ago by
Attachment: | sample.zip added |
---|
comment:1 Changed 16 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
The resize event in browsers other than IE only support the resize event for the window object.
Note: See
TracTickets for help on using
tickets.
sample test case