#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: | |
Blocked by: | Blocking: |
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 (2)
Change History (3)
Changed 15 years ago by
Attachment: | align-attribute-selection.diff added |
---|
comment:1 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Test case works in 1.4.2 now.
Note: See
TracTickets for help on using
tickets.
SVN diff for the fix