Bug Tracker

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 dmethvin

Keywords: needsreview added; offset offsetWidth offsetHeight removed

comment:2 Changed 12 years ago by dmethvin

Status: newopen

comment:3 Changed 12 years ago by dmethvin

Keywords: needsreview removed
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.

Note: See TracTickets for help on using tickets.