Side navigation
#4067 closed enhancement (invalid)
Opened February 04, 2009 06:11PM UTC
Closed December 23, 2010 05:59PM UTC
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?
Attachments (0)
Change History (3)
Changed November 14, 2010 02:37PM UTC by comment:1
keywords: | offset offsetWidth offsetHeight → needsreview |
---|
Changed November 14, 2010 02:38PM UTC by comment:2
status: | new → open |
---|
Changed December 23, 2010 05:59PM UTC by comment:3
keywords: | needsreview |
---|---|
resolution: | → invalid |
status: | open → closed |
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.