zoom problem with select and select1 in IE7

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

zoom problem with select and select1 in IE7

remy.brefort
Using the zoom in IE7 disturbs the way select and select1 with full appearance are displayed.
Perhaps something to change in xforms.css ?
I found a way to avoid the problem for select1 with ".xforms-select1 label{width: 2em;}" in my own css.



--
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: zoom problem with select and select1 in IE7

Alessandro Vernet
Administrator
Hi Rémy,

On 5/11/07, [hidden email] <[hidden email]> wrote:
> Using the zoom in IE7 disturbs the way select and select1 with full appearance are displayed.
> Perhaps something to change in xforms.css ?
> I found a way to avoid the problem for select1 with ".xforms-select1 label{width: 2em;}" in my own css.

Nice catch, and I was able to reproduce exactly what you describe. It
seems that the value of the width does not really matter. You get the
same result by setting that width to say 0.5em. I am tempted to put
this in xforms.css, but I would fill comfortable doing so if I knew
why this fixes this issue. Do you understand why setting the width
solves this problem?

Alex
--
Orbeon Forms - Web 2.0 Forms for the Enterprise
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
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: zoom problem with select and select1 in IE7

Alessandro Vernet
Administrator
On 5/12/07, Alessandro Vernet <[hidden email]> wrote:
> Nice catch, [...]

I also created a bug for this one:

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

Alex
--
Orbeon Forms - Web 2.0 Forms for the Enterprise
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
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Re: zoom problem with select and select1 in IE7

remy.brefort
It seems to be an IE7 zoom bug.
I could reproduce the problem in html 4 with this code :
"<form><input type="radio">yes</input><input type="radio">no</input></form>".
When you zoom, it displays well, but if you refresh the page when in zoom mode, the bug is there.
So, I don't know exactly why setting a label width solve the problem. In fact, it partially solve the problem : if you have white spaces in your label you must replace them with "&#160;".

Remy



--
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: zoom problem with select and select1 in IE7

Alessandro Vernet
Administrator
Rémy,

On 5/13/07, [hidden email] <[hidden email]> wrote:
> It seems to be an IE7 zoom bug.
> I could reproduce the problem in html 4 with this code :
> "<form><input type="radio">yes</input><input type="radio">no</input></form>".

Very nice test case. I posted the question on some CSS forum to see if
I get feedback there. I would really like to understand this before
checking in a fix. Sorry if I am so obtuse about this :).

Alex
--
Orbeon Forms - Web 2.0 Forms for the Enterprise
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
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws