Quantcast
Channel: West Wind Message Board Messages
Viewing all articles
Browse latest Browse all 10393

Re: ie 10 breaks pageframes

$
0
0
Re: ie 10 breaks pageframes
FoxInCloud
Re: ie 10 breaks pageframes
Jul. 16, 2013
05:08 am
3U00B0N0ZShow this entire thread in new window
Gratar Image based on email address
From:FoxInCloud support
To:Tuvia Vinitsky
Issue solved
IE considers disabled="" as .disabled, other browsers as !.disabled

please do the following:

modify command awHTML

replace:

TEXTTO laTab[.PageOrder]TEXTMERGE NOSHOW FLAGS 1 PRETEXT 15<divid="<<m.lcTab>>"class="<<Lower(cClasses(m.loPage))>> pageTab" title="<<cEscaped(Trim(.ToolTipText))>>" disabled="<<Iif(.Enabled, '', 'disabled')>>" active="<<Iif(m.llActive, 'active', '')>>"<<m.lcStyle>><<m.lcEvents>>><<this.cCaption(, m.loPage)>></div>ENDTEXT

by:
TEXTTO laTab[.PageOrder]TEXTMERGE NOSHOW FLAGS 1 PRETEXT 15<divid="<<m.lcTab>>"class="<<Lower(cClasses(m.loPage))>> pageTab" title="<<cEscaped(Trim(.ToolTipText))>>"<<Iif(.Enabled, '', 'disabled="disabled"')>> active="<<Iif(m.llActive, 'active', '')>>"<<m.lcStyle>><<m.lcEvents>>><<this.cCaption(, m.loPage)>></div>ENDTEXT

V 1.40 bêta 3 will soon get released with other minor enhancements.

Thanks,


Users running IE 10 when they click on a tab of a pageframe, the tab is not activated. 2 calls today, basically since app runs on pageframes they are stuck. they have no debugging tools, so i am trying to install ie 10.


ie 10 also breaks a lot of the CSS you are generating for borders.


Thierry Nivelet (FoxInCloud)
Never explain, never complain (Queen Elizabeth II) - ban but and not


Viewing all articles
Browse latest Browse all 10393

Trending Articles