menu flickers in firefox with theme-plain.xsl

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

menu flickers in firefox with theme-plain.xsl

remy.brefort
I encountered a problem with xxforms:menu, using theme-plain.xsl in firefox 2. It flickers when passing from menubaritem to submenu (if you move slow, submenu becomes hidden). This problem doesn't occur in firefox with theme-portal.xsl, or using ie7 with any stylesheet. I tried to correct this by modifications in menu.css and in theme-plain.xsl but didn't succeed.
Any suggestion ?



--
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
Reply | Threaded
Open this post in threaded view
|

Re: menu flickers in firefox with theme-plain.xsl

Alessandro  Vernet
Administrator
Rémy,

I can't reproduce this one. I am using Firefox 2.0.0.1, and went to:

http://localhost:8080/ops/xforms-sandbox/sample/menu?orbeon-theme=plain

There is no flickering when I go from Encyclopedia to Science. Do you
experiment this with a recent build? Do you also have the problem with
the sand-alone menu example (i.e. the link mentioned earlier)?

Alex

On 12/30/06, [hidden email] <[hidden email]> wrote:

> I encountered a problem with xxforms:menu, using theme-plain.xsl in firefox 2. It flickers when passing from menubaritem to submenu (if you move slow, submenu becomes hidden). This problem doesn't occur in firefox with theme-portal.xsl, or using ie7 with any stylesheet. I tried to correct this by modifications in menu.css and in theme-plain.xsl but didn't succeed.
> Any suggestion ?
>
>
>
>
> --
> 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
>
>
>

--
Blog (XML, Web apps, Open Source):
http://www.orbeon.com/blog/



--
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
--
Follow Orbeon on Twitter: @orbeon
Follow me on Twitter: @avernet
Reply | Threaded
Open this post in threaded view
|

Re: Re: menu flickers in firefox with theme-plain.xsl

remy.brefort
Hi Alessandro,

I'm using the 29/12 nightly build with firefox 2.0.0.1 and the menu sample works well with theme-plain.xsl, but... here is how to reproduce the problem :
it occurs when select1 with appearance="xxforms:menu" is in the first div into the body tag. For example the following code (using the model from the menu sample) flickers :
        <xhtml:body>
                <xhtml:div>
                        <xforms:select1 ref="select1" appearance="xxforms:menu">
                                <xforms:itemset nodeset="instance('items')//item">
                                        <xforms:label ref="@label"/>
                                        <xforms:value ref="@value"/>
                                </xforms:itemset>
                        </xforms:select1>
                </xhtml:div>
                <xhtml:div>
                        Selected values:
                        <xforms:output ref="select1"/>
                </xhtml:div>
        </xhtml:body>

There's no flickering if you invert the two div or if you use <p> instead of <div> ; and it only occurs in firefox with theme-plain.xsl.

Rémy



--
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
Reply | Threaded
Open this post in threaded view
|

Re: Re: menu flickers in firefox with theme-plain.xsl

Alessandro  Vernet
Administrator
Hi Rémy,

I don't see the flickering, but I see the sub-menu disappearing when I
move slowly from the menu name to the first entry in the menu. I have
added a bug for this:

http://forge.objectweb.org/tracker/index.php?func=detail&aid=306560&group_id=168&atid=350207

Alex

On 1/4/07, [hidden email] <[hidden email]> wrote:

> Hi Alessandro,
>
> I'm using the 29/12 nightly build with firefox 2.0.0.1 and the menu sample works well with theme-plain.xsl, but... here is how to reproduce the problem :
> it occurs when select1 with appearance="xxforms:menu" is in the first div into the body tag. For example the following code (using the model from the menu sample) flickers :
>         <xhtml:body>
>                 <xhtml:div>
>                         <xforms:select1 ref="select1" appearance="xxforms:menu">
>                                 <xforms:itemset nodeset="instance('items')//item">
>                                         <xforms:label ref="@label"/>
>                                         <xforms:value ref="@value"/>
>                                 </xforms:itemset>
>                         </xforms:select1>
>                 </xhtml:div>
>                 <xhtml:div>
>                         Selected values:
>                         <xforms:output ref="select1"/>
>                 </xhtml:div>
>         </xhtml:body>
>
> There's no flickering if you invert the two div or if you use <p> instead of <div> ; and it only occurs in firefox with theme-plain.xsl.
>
> Rémy
>
>
>
>
> --
> 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
>
>
>

--
Blog (XML, Web apps, Open Source):
http://www.orbeon.com/blog/



--
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
--
Follow Orbeon on Twitter: @orbeon
Follow me on Twitter: @avernet