Opened 14 years ago
Closed 12 years ago
#4067 closed enhancement (invalid)
offset() method: return offsetWidth and offsetHeight too
Reported by: | capc-megadrom | Owned by: | brandon |
---|---|---|---|
Priority: | trivial | Milestone: | 1.3.2 |
Component: | offset | Version: | 1.3.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Please. Can you add the offsetWidth and offsetHeight to the values returned by offset() method?
Change History (3)
comment:1 Changed 12 years ago by
Keywords: | needsreview added; offset offsetWidth offsetHeight removed |
---|
comment:2 Changed 12 years ago by
Status: | new → open |
---|
comment:3 Changed 12 years ago by
Keywords: | needsreview removed |
---|---|
Resolution: | → invalid |
Status: | open → closed |
Note: See
TracTickets for help on using
tickets.
Although those values have the word "offset" in them they are not related to the element's position, but rather its width and height. The current code does not use them at all.