Hello,
now already I have two bugs with YUI editor, first is still unsolved (http://www.nabble.com/YUI-editor-inactive-on-FF-2-td22496755.html) and the newest can see in latest screen cast (http://screencast.com/t/c7jABzWf9JQ). Now I have problems on Internet Explorer 7 and sometimes on FF 3.0, when I try update YUI editor ref data field, there is situation when user input text, and from modal dialog can add some text templates, but here is a problem, when i try to concat existing data with template data, xml data is updated, but YUI editor area stay unchanged.. when YUI editor is manualy eddited, then xml data is updated, to text which is in YUI editor. I noticed that yui is not updated, when focus is changed to any place on overlay area. I tryed a lot of solutions, none update YUI on IE propertly... already tried some JS tricks, but IE can't access iframe area.. so, I don't see any change how to update YUI editor area. Maybe some solutions? -- 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 |
Hi Raitis, hope u r doing well. I'm also facing same problem with my Orbeon Xforms in which i'm using FCKEditor. but i noticed that it's not the problem of Editor,it's the browser problem. i'm also getting inconsistent data when i was opening my apllication in browser. but when i refresh the page without closing the browser,i'm getting correct data.Its the browser cache problem which it's saving the page and getting the latest page from cache instead of getting it from the server. All these u can see thru Log tracing.I tried so many ways to get out of this problem but failed.I was clearing the browser cache manually,setting all header info like expires,cache control in jsp,clearing request,response in Filters,Action classes,but this problem not solved. So,please let me know the solution if u get out this problem. Thanks, Rajesh On Sat, Mar 28, 2009 at 7:35 PM, Raitis Kronbergs <[hidden email]> wrote: Hello, -- 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 |
Administrator
|
In reply to this post by Raitis
We fixed a few YUI RTE issues on IE in the past week. Have you tried
the latest nightly build to see if that fixes the issues? -Erik On Mar 28, 2009, at 7:05 AM, Raitis Kronbergs wrote: > Hello, > now already I have two bugs with YUI editor, first is still unsolved > (http://www.nabble.com/YUI-editor-inactive-on-FF-2-td22496755.html) > and the newest can see in latest screen cast (http://screencast.com/t/c7jABzWf9JQ > ). > > Now I have problems on Internet Explorer 7 and sometimes on FF 3.0, > when I try update YUI editor ref data field, there is situation when > user input text, and from modal dialog can add some text templates, > but here is a problem, when i try to concat existing data with > template data, xml data is updated, but YUI editor area stay > unchanged.. when YUI editor is manualy eddited, then xml data is > updated, to text which is in YUI editor. > > I noticed that yui is not updated, when focus is changed to any > place on overlay area. > > I tryed a lot of solutions, none update YUI on IE propertly... > already tried some JS tricks, but IE can't access iframe area.. so, > I don't see any change how to update YUI editor area. > > Maybe some solutions? > > -- > 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 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 OW2 mailing lists service home page: http://www.ow2.org/wws |
Erik,
still both issues exist. On Wed, Apr 1, 2009 at 9:26 PM, Erik Bruchez <[hidden email]> wrote: We fixed a few YUI RTE issues on IE in the past week. Have you tried the latest nightly build to see if that fixes the issues? -- 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 |
Erik,
is there a chance that there will be available xhtml markup method for YUI rte? I try manually to add this option in xforms-min.js, like: var d=new YAHOO.widget.Editor(e,{ autoHeight: true, markup: "xhtml", markup: "xhtml"}); but in output i still receive <br> tags, but at the same time autoHeight ir working fine. Raitis On Wed, Apr 15, 2009 at 12:37 AM, Raitis <[hidden email]> wrote: Erik, -- 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 |
Administrator
|
Raitis,
We just had one improvement that went into the codebase today: the server will now automatically clean the HTML for you. You can test this in the latest nightly build. You'll let us know how this works for you. Alex On Tuesday, April 14, 2009, Raitis <[hidden email]> wrote: > Erik, > is there a chance that there will be available xhtml markup method for YUI rte? > > I try manually to add this option in xforms-min.js, like: > var d=new YAHOO.widget.Editor(e,{autoHeight: true, markup: "xhtml", markup: "xhtml"}); > but in output i still receive <br> tags, but at the same time autoHeight ir working fine. > > Raitis > > On Wed, Apr 15, 2009 at 12:37 AM, Raitis <[hidden email]> wrote: > Erik, > still both issues exist. > > > On Wed, Apr 1, 2009 at 9:26 PM, Erik Bruchez <[hidden email]> wrote: > > > We fixed a few YUI RTE issues on IE in the past week. Have you tried the latest nightly build to see if that fixes the issues? > > -Erik > > On Mar 28, 2009, at 7:05 AM, Raitis Kronbergs wrote: > > > Hello, > now already I have two bugs with YUI editor, first is still unsolved (http://www.nabble.com/YUI-editor-inactive-on-FF-2-td22496755.html) and the newest can see in latest screen cast (http://screencast.com/t/c7jABzWf9JQ). > > Now I have problems on Internet Explorer 7 and sometimes on FF 3.0, when I try update YUI editor ref data field, there is situation when user input text, and from modal dialog can add some text templates, but here is a problem, when i try to concat existing data with template data, xml data is updated, but YUI editor area stay unchanged.. when YUI editor is manualy eddited, then xml data is updated, to text which is in YUI editor. > > I noticed that yui is not updated, when focus is changed to any place on overlay area. > > I tryed a lot of solutions, none update YUI on IE propertly... already tried some JS tricks, but IE can't access iframe area.. so, I don't see any change how to update YUI editor area. > > Maybe some solutions? > > > -- > 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 > > > -- > 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 > OW2 mailing lists service home page: http://www.ow2.org/wws > > > > Orbeon Forms - Web 2.0 Forms, open-source, for the Enterprise Orbeon's Blog: http://www.orbeon.com/blog/ Personal Blog: http://avernet.blogspot.com/ Twitter - http://twitter.com/avernet -- 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 |
Alex,
already testing HTML Clenup solution, thanks, so far it works great, just only I updated clean-html.xsl with "*:br | *:strong | *:em", br seems "br" was just missing, but "strong" and "em" is generated when typing text using IE 7.0. And looks that problem with YUI update is gone too, later I will test it more! Thanks! Raitis On Wed, Apr 15, 2009 at 12:05 PM, Alessandro Vernet <[hidden email]> wrote: 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 |
Administrator
|
Raitis,
Yes, the list of recognized elements is a bit too short right now :). I will add the one you just mentioned tomorrow, and let us know if you have other suggestions for clean-html.xsl. Alex On Wednesday, April 15, 2009, Raitis <[hidden email]> wrote: > Alex, > already testing HTML Clenup solution, thanks, so far it works great, just only I updated clean-html.xsl with "*:br | *:strong | *:em", br seems "br" was just missing, but "strong" and "em" is generated when typing text using IE 7.0. > And looks that problem with YUI update is gone too, later I will test it more! > > Thanks! > Raitis > > > On Wed, Apr 15, 2009 at 12:05 PM, Alessandro Vernet <[hidden email]> wrote: > Raitis, > > We just had one improvement that went into the codebase today: the > server will now automatically clean the HTML for you. You can test > this in the latest nightly build. You'll let us know how this works > for you. > > Alex > > On Tuesday, April 14, 2009, Raitis <[hidden email]> wrote: >> Erik, >> is there a chance that there will be available xhtml markup method for YUI rte? >> >> I try manually to add this option in xforms-min.js, like: >> var d=new YAHOO.widget.Editor(e,{autoHeight: true, markup: "xhtml", markup: "xhtml"}); >> but in output i still receive <br> tags, but at the same time autoHeight ir working fine. >> >> Raitis >> >> On Wed, Apr 15, 2009 at 12:37 AM, Raitis <[hidden email]> wrote: >> Erik, >> still both issues exist. >> >> >> On Wed, Apr 1, 2009 at 9:26 PM, Erik Bruchez <[hidden email]> wrote: >> >> >> We fixed a few YUI RTE issues on IE in the past week. Have you tried the latest nightly build to see if that fixes the issues? >> >> -Erik >> >> On Mar 28, 2009, at 7:05 AM, Raitis Kronbergs wrote: >> >> >> Hello, >> now already I have two bugs with YUI editor, first is still unsolved (http://www.nabble.com/YUI-editor-inactive-on-FF-2-td22496755.html) and the newest can see in latest screen cast (http://screencast.com/t/c7jABzWf9JQ). >> >> Now I have problems on Internet Explorer 7 and sometimes on FF 3.0, when I try update YUI editor ref data field, there is situation when user input text, and from modal dialog can add some text templates, but here is a problem, when i try to concat existing data with template data, xml data is updated, but YUI editor area stay unchanged.. when YUI editor is manualy eddited, then xml data is updated, to text which is in YUI editor. >> >> I noticed that yui is not updated, when focus is changed to any place on overlay area. >> >> I tryed a lot of solutions, none update YUI on IE propertly... already tried some JS tricks, but IE can't access iframe area.. so, I don't see any change how to update YUI editor area. >> >> Maybe some solutions? >> >> >> -- >> 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 >> >> >> -- >> 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 >> OW2 mailing lists service home page: http://www.ow2.org/wws >> >> >> >> > > -- > Orbeon Forms - Web 2.0 Forms, open-source, for the Enterprise > Orbeon's Blog: http://www.orbeon.com/blog/ > Personal Blog: http://avernet.blogspot.com/ > Twitter - http://twitter.com/avernet > > > -- > You receive this message as a subscriber of the [hidden email] mailing list. > To unsubscribe: mailto:[hidden email] > For general help: mailto: Orbeon Forms - Web 2.0 Forms, open-source, for the Enterprise Orbeon's Blog: http://www.orbeon.com/blog/ Personal Blog: http://avernet.blogspot.com/ Twitter - http://twitter.com/avernet -- 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 |
Alex,
i noticed one error, when i trying to delete whole text in rte. Screencast - http://screencast.com/t/b3tuzAnB Text -> Select all -> press delete button -> activate event. On Wed, Apr 15, 2009 at 12:22 PM, Alessandro Vernet <[hidden email]> wrote: 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 |
Administrator
|
Raitis,
On Wed, Apr 15, 2009 at 2:46 AM, Raitis <[hidden email]> wrote: > i noticed one error, when i trying to delete whole text in rte. > > Screencast - http://screencast.com/t/b3tuzAnB > > Text -> Select all -> press delete button -> activate event. I tried to reproduce this with the latest code, and didn't get the JavaScript error. You just selected all the text, deleted it, and clicked somewhere else on the page; is that right? Alex -- Orbeon Forms - Web 2.0 Forms, open-source, for the Enterprise Orbeon's Blog: http://www.orbeon.com/blog/ Personal Blog: http://avernet.blogspot.com/ Twitter - http://twitter.com/avernet -- 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 |
Administrator
|
In reply to this post by Raitis
Raitis,
On Wed, Apr 15, 2009 at 2:13 AM, Raitis <[hidden email]> wrote: > already testing HTML Clenup solution, thanks, so far it works great, just > only I updated clean-html.xsl with "*:br | *:strong | *:em", br seems "br" > was just missing, but "strong" and "em" is generated when typing text using > IE 7.0. I added "*:br | *:strong | *:em" to clean-html.xsl as suggested. Alex -- Orbeon Forms - Web 2.0 Forms, open-source, for the Enterprise Orbeon's Blog: http://www.orbeon.com/blog/ Personal Blog: http://avernet.blogspot.com/ Twitter - http://twitter.com/avernet -- 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 |
I still can get that errors (3.7.1.200904170159), I am using FF 3.0.7, Tomcat 5.5.
In xforms-html-area example, i just select all text, with mouse or presing ctrl+a, delete it, and click on xforms:output text - this action call event. And I get "String index out of range: -12" error. On Fri, Apr 17, 2009 at 11:26 AM, Alessandro Vernet <[hidden email]> wrote: 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 |
Administrator
|
Raitis,
On Fri, Apr 17, 2009 at 9:18 AM, Raitis <[hidden email]> wrote: > I still can get that errors (3.7.1.200904170159), I am using FF 3.0.7, > Tomcat 5.5. > > In xforms-html-area example, i just select all text, with mouse or presing > ctrl+a, delete it, and click on xforms:output text - this action call event. > And I get "String index out of range: -12" error. We have fixed a few problems with the HTML area today. I haven't tried this before, but now I can't seem to reproduce this problem. See: http://screencast.com/t/IY6l39Rfasj Could you try again with a new nightly build? Alex -- Orbeon Forms - Web 2.0 Forms, open-source, for the Enterprise Orbeon's Blog: http://www.orbeon.com/blog/ Personal Blog: http://avernet.blogspot.com/ Twitter - http://twitter.com/avernet -- 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 |
Administrator
|
Raitis,
On Tue, Apr 21, 2009 at 5:16 PM, Alessandro Vernet <[hidden email]> wrote: > We have fixed a few problems with the HTML area today. I haven't tried > this before, but now I can't seem to reproduce this problem. See: Actually Erik managed to reproduce this one. I didn't see it because I had the following in my properties-local.xml: <property as="xs:boolean" name="oxf.xforms.show-error-dialog" value="false"/> This is fixed now. For reference, the bug is: http://forge.ow2.org/tracker/index.php?func=detail&aid=313634&group_id=168&atid=350207 Alex -- Orbeon Forms - Web 2.0 Forms, open-source, for the Enterprise Orbeon's Blog: http://www.orbeon.com/blog/ Personal Blog: http://avernet.blogspot.com/ Twitter - http://twitter.com/avernet -- 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 |
Alex,
Just tested latest nightly build and confirm that bug is fixed. I still keep error dialogs enabled, because sometimes javascript errors cause form functions freeze and can do with them some debug. Raitis On Wed, Apr 22, 2009 at 5:05 AM, Alessandro Vernet <[hidden email]> wrote: 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 |
Hello All,
I’m trying to understand how Form Builder works. Is there any visual way (not direct source code editing) how I can control data instances creation and binding? For instance I would like to create input and output, which are linked to one Data Instance. How can I do it in Form Builder? Is there any way how I can add repeat element and iterate through hardcoded data instance? Thanks in advance, Evgenia Samochadina -- 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 |
Administrator
|
Evgenia,
In both cases the answer is "not yet" ;) We have a list of future features: http://sites.google.com/a/orbeon.com/forms/projects/form-builder-future-features -Erik On Apr 22, 2009, at 3:56 AM, Evgenia Samochadina wrote: > Hello All, > > I’m trying to understand how Form Builder works. Is there any visual > way (not direct source code editing) how I can control data > instances creation and binding? For instance I would like to create > input and output, which are linked to one Data Instance. How can I > do it in Form Builder? Is there any way how I can add repeat element > and iterate through hardcoded data instance? > > Thanks in advance, > > Evgenia Samochadina > -- > 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 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 OW2 mailing lists service home page: http://www.ow2.org/wws |
Free forum by Nabble | Edit this page |