Side navigation
#14095 closed bug (duplicate)
Opened July 02, 2013 09:26PM UTC
Closed July 03, 2013 01:03AM UTC
outerWidth() or outerHeight() vs outerWidth(true) or outerHeight(true)
Reported by: | mc.jakubowski@gmail.com | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 2.0.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When I'm using mentioned methods with 'true' param, all seems to work correct. But when I'm using methods without 'true' param (legal according to the documentation) - result is 'this' object instead of width/height measure.
Some screenshots documenting this issue can be found here:
Attachments (0)
Change History (1)
Changed July 03, 2013 01:03AM UTC by comment:1
resolution: | → duplicate |
---|---|
status: | new → closed |
Duplicate of #12491.Most likely a plugin is hooking the function. When used by itself there is no problem. See the dup ticket.