jfweemaes / ubiquity-xforms

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

Relevance style settings at group not inherited to child controls #452

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. assign single node binding to xf:group
2. code child UI content not bound to the data model, e.g. labels or
<p>text</p>
3. observe that unbound child content in the UI is not disabled/hidden as
relevance changes on the parent group tag.
4. relevance does seem to be inherited correctly within the data model,
just not applied correctly by CSS etc in the UI

What is the expected output? What do you see instead?

Please use labels to indicate the version, operating system and browser
that you are using. Also, add some text below to provide additional
information.

Original issue reported on code.google.com by cwie...@gmail.com on 19 May 2009 at 2:45

GoogleCodeExporter commented 8 years ago
The issue seems to be that xf:group itself is not getting disabled via its
databinding.  Checking the CSS classes in effect the group remains enabled even 
when
its bind is false.

Original comment by cwie...@gmail.com on 20 May 2009 at 2:47

GoogleCodeExporter commented 8 years ago
Issue 459 may be a duplicate of this bug, although I don't know for certain. 
But 
if/when someone gets round to fixing this, it might also be worth checking the 
tests 
mentioned there to see if that issue is also resolved.

Original comment by phil.boo...@gtempaccount.com on 28 May 2009 at 9:11

GoogleCodeExporter commented 8 years ago
Whoops, just realised that I duplicated this issue with one that I've raised 
recently, 
issue 594. Anyway, that issue is fixed in r3097, so I'm marking this as a 
duplicate.

Original comment by phil.boo...@gtempaccount.com on 20 Oct 2009 at 2:29