Shouldn't the xforms:secret control show the same visual cue of
requiredness as xforms:input? Right now it does not. Attached is an example (adapted OF "Controls" app) demonstrating the behavior. A. -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws view.xhtml (19K) Download Attachment |
Administrator
|
Alex,
Right, I fixed this. Easily fixed in xforms.css by adding input.xforms-required-empty to the following: .xforms-required-empty input, textarea.xforms-required-empty, input.xforms-required-empty { border: 1px solid #f99; background: #fcc; padding-bottom: 3px; padding-left: 1px; padding-right: 1px; } -Erik Alexander Zatko wrote: > Shouldn't the xforms:secret control show the same visual cue of > requiredness as xforms:input? Right now it does not. Attached is an > example (adapted OF "Controls" app) demonstrating the behavior. > > A. -- Orbeon Forms - Web Forms for the Enterprise Done the Right Way http://www.orbeon.com/ -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws |
Eric, are you also going to incorporate this change into OF code? I
just need to know if I should put that definition into my app .css file or can I count on having it present in the OF-resident xforms.css of the future OF builds. On Dec 12, 2006, at 11:55 PM, Erik Bruchez wrote: > Alex, > > Right, I fixed this. Easily fixed in xforms.css by adding > input.xforms-required-empty to the following: > > .xforms-required-empty input, textarea.xforms-required-empty, > input.xforms-required-empty { > border: 1px solid #f99; > background: #fcc; > padding-bottom: 3px; > padding-left: 1px; > padding-right: 1px; > } > > -Erik > > Alexander Zatko wrote: >> Shouldn't the xforms:secret control show the same visual cue of >> requiredness as xforms:input? Right now it does not. Attached is >> an example (adapted OF "Controls" app) demonstrating the behavior. >> A. > > -- > Orbeon Forms - Web Forms for the Enterprise Done the Right Way > http://www.orbeon.com/ > > > -- > You receive this message as a subscriber of the ops- > [hidden email] mailing list. > To unsubscribe: mailto:[hidden email] > For general help: mailto:[hidden email]?subject=help > ObjectWeb mailing lists service home page: http://www.objectweb.org/ > wws -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws |
Administrator
|
Alex,
Yes, the change was committed yesterday. -Erik Alexander Zatko wrote: > Eric, are you also going to incorporate this change into OF code? I just > need to know if I should put that definition into my app .css file or > can I count on having it present in the OF-resident xforms.css of the > future OF builds. > > > On Dec 12, 2006, at 11:55 PM, Erik Bruchez wrote: > >> Alex, >> >> Right, I fixed this. Easily fixed in xforms.css by adding >> input.xforms-required-empty to the following: >> >> .xforms-required-empty input, textarea.xforms-required-empty, >> input.xforms-required-empty { >> border: 1px solid #f99; >> background: #fcc; >> padding-bottom: 3px; >> padding-left: 1px; >> padding-right: 1px; >> } >> >> -Erik >> >> Alexander Zatko wrote: >>> Shouldn't the xforms:secret control show the same visual cue of >>> requiredness as xforms:input? Right now it does not. Attached is an >>> example (adapted OF "Controls" app) demonstrating the behavior. >>> A. >> >> --Orbeon Forms - Web Forms for the Enterprise Done the Right Way >> http://www.orbeon.com/ Orbeon Forms - Web Forms for the Enterprise Done the Right Way http://www.orbeon.com/ -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws |
Free forum by Nabble | Edit this page |