Imported from backplanejs Google Code issue 2.
| Reporter |
philbooth |
| Date |
5 Nov 2009 9:49:52 AM UTC |
In Safari 4, XForms documents that contain non-relevant controls styled to
be display:none or visibility:hidden, have the appearance of not working
until some other seemingly unconnected event causes the browser to repaint
the window. For instance, invoking an XForms message or opening the Web
Inspector both have the effect of hiding the irrelevant controls, all of a
sudden.
The same issue can be observed in forms that contain switch/case
constructs.
I believe this may be a browser issue that we need to work around, because
I've verified that we are correctly setting the appropriate CSS classes on
the items in question at the correct juncture.
Browser: Safari
Priority: Medium
Type: Defect