Skip to main content

Bug Tracker

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)
  • align-attribute-selection.diff (0.5 KB) - added by choan February 04, 2008 01:57PM UTC.

    SVN diff for the fix

  • align.html (1.8 KB) - added by choan February 04, 2008 01:58PM UTC.

    Tests (to be put inside the "test/" folder)

Change History (1)

Changed June 20, 2010 05:39PM UTC by dmethvin comment:1

resolution: → fixed
status: newclosed

Test case works in 1.4.2 now.