Modify ↓
Ticket #10475 (closed bug: wontfix)
Redundant naming of $.support.supportsFixedPosition
| Reported by: | cmlenz@… | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | None |
| Component: | support | Version: | 1.7b1 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
The naming of the property is weird, as the "support" part is already in the name of the support object, and most of the other properties in there could be prefixed with "supports" too. Shouldn't it simply be called $.support.fixedPosition?
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

supportsFixedPosition was originally a property of jQuery.offset and was recently moved to jQuery.support but must enforce the original naming to remain backwards compat.