Side navigation
#2280 closed bug (fixed)
Opened February 04, 2008 01:56PM UTC
Closed June 20, 2010 05:39PM UTC
Last modified March 14, 2012 06:49AM UTC
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 (1)
Changed June 20, 2010 05:39PM UTC by comment:1
resolution: | → fixed |
---|---|
status: | new → closed |
Test case works in 1.4.2 now.