You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Ken McArthur <ke...@gmail.com> on 2006/11/23 18:15:04 UTC

Re: t:inputHtml not working in IE

Stefan,

In case this still helps you or anyone else, I've just had the same
experienced.  For some reason adding a hight style attribute to inputHtml
fixed rendering problem in IE.

<t:inputHtml style="height: 350px;" ...

Ken


On 8/8/06, Stefan Frank <s....@vierundsechzig.de> wrote:
>
> Hi Andrew,
>
>
> Thx for looking into this: I assume that it is then a weird combination of
> properties, that breaks the code in ie. I will upgrade to 1.1.1 and check,
> if the problem goes away with another set of properties...
>
> Cheers
> stefan
>
> > -----Original Message-----
> > From: Andrew Robinson [mailto:andrew.rw.robinson@gmail.com]
> > Sent: Dienstag, 8. August 2006 17:40
> > To: MyFaces Discussion
> > Subject: Re: t:inputHtml not working in IE
> >
> > FYI - I can't reproduce the issue. On my IE everything worked fine. I
> > don't know what the user was experiencing.
> >
> > On 8/4/06, Stefan Frank <s....@vierundsechzig.de> wrote:
> > > Hi,
> > >
> > > I'm having troubles with the htmleditor on Internetexplorer. The
> > following
> > > snippet
> > >
> > > <t:inputHtml id="summaryInput"
> > >                  value="#{chapterBean.currentChapter.summary}"
> > >              style="CSSClass"
> > >              fallback="false"
> > >              type="fragment"
> > >              allowExternalLinks="false"
> > >              addKupuLogo="false"
> > >                  showAllToolBoxes="false"
> > >                  allowEditSource="true"
> > >                  showPropertiesToolBox="false"
> > >                  showLinksToolBox="false"
> > >                  showImagesToolBox="false"
> > >                  showTablesToolBox="false"
> > >                  showDebugToolBox="false"
> > >                  showCleanupExpressionsToolBox="false"/>
> > >
> > > renders and behaves correctly in firefox, but fails terribly in
> Internet
> > > Explorer(checked several 6+ versions): The Buttonbar is rendered, but
> > the
> > > text is not and the textfield is not editable. Switching to full
> browser
> > > mode or using one of the buttons (e.g. indent) makes the field
> editable,
> > > although it remains empty.
> > >
> > > Has anyone else encountered this strange behaviour?! Am I missing a
> > certain
> > > IE-switch or does the control simply not work on ie?
> > >
> > > Cheers&thx for any help
> > > Stefan
> > >
> > >
> > >
>
>
>


-- 
303-619-6607
http://adsea.com

Re: t:inputHtml not working in IE

Posted by Ken McArthur <ke...@gmail.com>.
I've also experienced this.  It appears Kupu cleans up all the html you
enter here.  In some ways it's good because it makes it xml compliant.
However it also removes <object> tags. :(
Short answer - no.
If anyone else has a clean workaround for this, I'm all ears.

Ken




On 11/23/06, Dave <ja...@yahoo.com> wrote:
>
> can the inputHtml editor add video/audio, eg. <object>?  in text editor
> mode.
> It did not work form me. Any one experiencing this issue?
>
> *Ken McArthur <ke...@gmail.com>* wrote:
>
>
> Stefan,
>
> In case this still helps you or anyone else, I've just had the same
> experienced.  For some reason adding a hight style attribute to inputHtml
> fixed rendering problem in IE.
>
> <t:inputHtml style="height: 350px;" ...
>
> Ken
>
>
> On 8/8/06, Stefan Frank <s.frank@vierundsechzig.de > wrote:
> >
> > Hi Andrew,
> >
> >
> > Thx for looking into this: I assume that it is then a weird combination
> > of
> > properties, that breaks the code in ie. I will upgrade to 1.1.1 and
> > check,
> > if the problem goes away with another set of properties...
> >
> > Cheers
> > stefan
> >
> > > -----Original Message-----
> > > From: Andrew Robinson [mailto:andrew.rw.robinson@gmail.com ]
> > > Sent: Dienstag, 8. August 2006 17:40
> > > To: MyFaces Discussion
> > > Subject: Re: t:inputHtml not working in IE
> > >
> > > FYI - I can't reproduce the issue. On my IE everything worked fine. I
> > > don't know what the user was experiencing.
> > >
> > > On 8/4/06, Stefan Frank <s....@vierundsechzig.de> wrote:
> > > > Hi,
> > > >
> > > > I'm having troubles with the htmleditor on Internetexplorer. The
> > > following
> > > > snippet
> > > >
> > > > <t:inputHtml id="summaryInput"
> > > >                  value="#{chapterBean.currentChapter.summary}"
> > > >              style="CSSClass"
> > > >              fallback="false"
> > > >              type="fragment"
> > > >              allowExternalLinks="false"
> > > >              addKupuLogo="false"
> > > >                  showAllToolBoxes="false"
> > > >                  allowEditSource="true"
> > > >                  showPropertiesToolBox="false"
> > > >                  showLinksToolBox="false"
> > > >                  showImagesToolBox="false"
> > > >                  showTablesToolBox="false"
> > > >                  showDebugToolBox="false"
> > > >                  showCleanupExpressionsToolBox="false"/>
> > > >
> > > > renders and behaves correctly in firefox, but fails terribly in
> > Internet
> > > > Explorer(checked several 6+ versions): The Buttonbar is rendered,
> > but
> > > the
> > > > text is not and the textfield is not editable. Switching to full
> > browser
> > > > mode or using one of the buttons (e.g. indent) makes the field
> > editable,
> > > > although it remains empty.
> > > >
> > > > Has anyone else encountered this strange behaviour?! Am I missing a
> > > certain
> > > > IE-switch or does the control simply not work on ie?
> > > >
> > > > Cheers&thx for any help
> > > > Stefan
> > > >
> > > >
> > > >
> >
> >
> >
>
>
> --
> 303-619-6607
> http://adsea.com
>
>
>  ------------------------------
> Cheap Talk? Check out<http://us.rd.yahoo.com/mail_us/taglines/postman8/*http://us.rd.yahoo.com/evt=39663/*http://voice.yahoo.com>Yahoo! Messenger's low PC-to-Phone call rates.
>
>

Re: t:inputHtml not working in IE

Posted by Dave <ja...@yahoo.com>.
can the inputHtml editor add video/audio, eg. <object>?  in text editor mode.
  It did not work form me. Any one experiencing this issue?

Ken McArthur <ke...@gmail.com> wrote:
  
Stefan,

In case this still helps you or anyone else, I've just had the same experienced.  For some reason adding a hight style attribute to inputHtml fixed rendering problem in IE.

<t:inputHtml style="height: 350px;" ...

Ken


  On 8/8/06, Stefan Frank <s.frank@vierundsechzig.de > wrote:  Hi Andrew,


Thx for looking into this: I assume that it is then a weird combination of
properties, that breaks the code in ie. I will upgrade to 1.1.1 and check,
if the problem goes away with another set of properties... 

Cheers
stefan

> -----Original Message-----
> From: Andrew Robinson [mailto:andrew.rw.robinson@gmail.com ]
> Sent: Dienstag, 8. August 2006 17:40 
> To: MyFaces Discussion
> Subject: Re: t:inputHtml not working in IE
>
> FYI - I can't reproduce the issue. On my IE everything worked fine. I
> don't know what the user was experiencing.
>
> On 8/4/06, Stefan Frank <s....@vierundsechzig.de> wrote:
> > Hi,
> > 
> > I'm having troubles with the htmleditor on Internetexplorer. The 
> following
> > snippet
> >
> > <t:inputHtml id="summaryInput"
> >                  value="#{chapterBean.currentChapter.summary}"
> >              style="CSSClass"
> >              fallback="false"
> >              type="fragment" 
> >              allowExternalLinks="false"
> >              addKupuLogo="false"
> >                  showAllToolBoxes="false"
> >                  allowEditSource="true"
> >                  showPropertiesToolBox="false"
> >                  showLinksToolBox="false"
> >                  showImagesToolBox="false"
> >                  showTablesToolBox="false"
> >                  showDebugToolBox="false"
> >                  showCleanupExpressionsToolBox="false"/>
> >
> > renders and behaves correctly in firefox, but fails terribly in Internet
> > Explorer(checked several 6+ versions): The Buttonbar is rendered, but 
> the
> > text is not and the textfield is not editable. Switching to full browser
> > mode or using one of the buttons (e.g. indent) makes the field editable,
> > although it remains empty. 
> >
> > Has anyone else encountered this strange behaviour?! Am I missing a
> certain
> > IE-switch or does the control simply not work on ie?
> >
> > Cheers&thx for any help 
> > Stefan
> >
> >
> >






-- 
303-619-6607
http://adsea.com 

 
---------------------------------
Cheap Talk? Check out Yahoo! Messenger's low PC-to-Phone call rates.