Skip to main content

Bug Tracker

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 dmethvin comment:1

keywords: offset offsetWidth offsetHeightneedsreview

Changed November 14, 2010 02:38PM UTC by dmethvin comment:2

status: newopen

Changed December 23, 2010 05:59PM UTC by dmethvin comment:3

keywords: needsreview
resolution: → invalid
status: openclosed

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.