Modify ↓
Ticket #2280 (closed bug: fixed)
Selection by align attribute fails in Mozilla browsers
| Reported by: | choan | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.2.3 |
| Component: | core | Version: | 1.2.2 |
| Keywords: | selectors, align | Cc: | |
| Blocking: | Blocked by: |
Description
When using selectors involving the "align" attribute, Mozilla browsers return incorrect elements (every other browser works ok with the current code).
It seems that every TBODY, TR, TH and TD has its JS align attribute set to 'left' by default (but not its DOM align attribute).
There are to attachments to this report: the SVN diff for the fix and a testcase.
Attachments
Change History
Changed 5 years ago by choan
-
attachment
align-attribute-selection.diff
added
Changed 5 years ago by choan
-
attachment
align.html
added
Tests (to be put inside the "test/" folder)
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.

SVN diff for the fix