jfweemaes / ubiquity-xforms

Automatically exported from code.google.com/p/ubiquity-xforms
0 stars 0 forks source link

W3C Tests 8.3.1.a and 8.3.2.a display non-functional select/select1 controls #493

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The following W3C tests when loaded on IE7 or FF3 display select and 
select1 controls that do not allow meaningful user interaction (it is not 
possible to select any items):

8.3.1.a
8.3.2.a

The Selenium tests fail. These are marked as 'Passed' in the manual 
results files.

Original issue reported on code.google.com by rahul.ak...@gmail.com on 12 Jun 2009 at 4:12

GoogleCodeExporter commented 8 years ago
As MarkB reminds on IRC, this issue relates to behavior in XHTML mode, 
which is how we have the W3C test suite checked into SVN. This may not be 
an issue in HTML mode (vague since I'm adding this comment as a bulk edit 
across multiple issues). The manual results files actually reflect HTML 
mode behavior.

Original comment by rahul.ak...@gmail.com on 12 Jun 2009 at 4:21

GoogleCodeExporter commented 8 years ago
The Selenium tests failures are due to the fact that the driver pages expect 
the 
xforms:choices and xforms:item elements to be direct children of xforms:select, 
whereas the control rewrites these to be its grandchildren (by adding a child 
div 
tag). The driver pages can be fixed by correcting the XPaths.

Original comment by rahul.ak...@gmail.com on 25 Jun 2009 at 8:34

GoogleCodeExporter commented 8 years ago
Waiting for review of r2978.

Original comment by erik...@gmail.com on 21 Sep 2009 at 3:43

GoogleCodeExporter commented 8 years ago
Fix delivered in r2984.

Original comment by erik...@gmail.com on 22 Sep 2009 at 3:49