Re: Re: HTML textarea don't appear if using groups
Posted by
Binesh Gummadi on
Jan 18, 2011; 3:09am
URL: https://discuss.orbeon.com/HTML-textarea-don-t-appear-if-using-groups-tp3177378p3222480.html
Looks like a bug to me. Initial state of RTE is non-relevant which is why you see xforms-disabled class on the element. When you make the control relevant by changing the text box value to true, instance is updated but DOM is not updated. When you bring up the dialog, since DOM thinks it is non-relevant it is placing the control outside the view area(top -1000px and left -1000px). Try changing that with your css.
Change your css to
/* This doesn't work as of 2009-03-26 */
#myDialog .xforms-mediatype-text-html {
width: 100%;
left:0px;
top:0px;
position: relative;
}
Please let us know if it works. Thanks.
On Mon, Jan 17, 2011 at 11:40 AM, Raitis
<[hidden email]> wrote:
Hmmm... can anybody confirm this bug and maybe have some solution?
R.On Thu, Jan 6, 2011 at 3:00 PM, Raitis
<[hidden email]> wrote:
Hi,
i noticed bug when using html textarea in groups, that change relevenat state.
Also attached example.
In example I added input field which makes div appear and disappear, "true - shows, false - hide".
But when change the state, the div and text appears in dialog, but textarea still is disabled.
In orbeon previous versions workaround was adding:
.textarea-doc .yui-editor-container {
visibility: visible !important;
left: 0px !important;
top: 0px !important;
position: relative !important;
}
to css, but in latest versions the control appears but stay disabled.
Raitis
--
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
OW2 mailing lists service home page: http://www.ow2.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
OW2 mailing lists service home page:
http://www.ow2.org/wws