Thursday, March 22, 2012

Web/HTML Controls Possible Bug?

Hey, im sorry but i dont know if this is the correct group,
I have got some Dynamic Controls on a page. and some static controls
on there as well, but the problem im having, which i think might be a
bug is this. I have 6 list box Web Controls, all showing different
information. (as well as numerous labels (HTML p) and buttons (Web
Controls) but these are hidden)
Then i have a Div, with a Button (Web Control) and a Label (Web
Control) which its initial state is hidden from the page, (CSS
Display: None) but when it gets displayed (Either Automatic at the
start by checking some params, or when a user requests) it is placed
behind the 6 List boxes, but on top of everything else, its using
position: absolute, and i have tried loads of different z-index
(10,3,999,9999) but not matter what i do it wont display it above the
list box. This only happens in IE, and not in any other Browsers. Is
this a common error or bug, and if so is there a way of fixing it.
Thank you for any help
Chris.It is a problem with IE.
The way I have seen it handled before (even seen it on MS site) is to style
the listbox to invisible when you need something in front of it.
Best regards,
Dave Colliver.
http://www.AshfieldFOCUS.com
~~
http://www.FOCUSPortals.com - Local franchises available
"Dessip" <Dessip@.gmail.com> wrote in message
news:1176719074.021675.255840@.n76g2000hsh.googlegroups.com...
> Hey, im sorry but i dont know if this is the correct group,
> I have got some Dynamic Controls on a page. and some static controls
> on there as well, but the problem im having, which i think might be a
> bug is this. I have 6 list box Web Controls, all showing different
> information. (as well as numerous labels (HTML p) and buttons (Web
> Controls) but these are hidden)
> Then i have a Div, with a Button (Web Control) and a Label (Web
> Control) which its initial state is hidden from the page, (CSS
> Display: None) but when it gets displayed (Either Automatic at the
> start by checking some params, or when a user requests) it is placed
> behind the 6 List boxes, but on top of everything else, its using
> position: absolute, and i have tried loads of different z-index
> (10,3,999,9999) but not matter what i do it wont display it above the
> list box. This only happens in IE, and not in any other Browsers. Is
> this a common error or bug, and if so is there a way of fixing it.
> Thank you for any help
> Chris.
>
In addition to Dave's idea you might try placing an IFrame on top of the
list box.
I hope this helps,
Steve C. Orr,
MCSD, MVP, CSM, ASPInsider
http://SteveOrr.net
"Dessip" <Dessip@.gmail.com> wrote in message
news:1176719074.021675.255840@.n76g2000hsh.googlegroups.com...
> Hey, im sorry but i dont know if this is the correct group,
> I have got some Dynamic Controls on a page. and some static controls
> on there as well, but the problem im having, which i think might be a
> bug is this. I have 6 list box Web Controls, all showing different
> information. (as well as numerous labels (HTML p) and buttons (Web
> Controls) but these are hidden)
> Then i have a Div, with a Button (Web Control) and a Label (Web
> Control) which its initial state is hidden from the page, (CSS
> Display: None) but when it gets displayed (Either Automatic at the
> start by checking some params, or when a user requests) it is placed
> behind the 6 List boxes, but on top of everything else, its using
> position: absolute, and i have tried loads of different z-index
> (10,3,999,9999) but not matter what i do it wont display it above the
> list box. This only happens in IE, and not in any other Browsers. Is
> this a common error or bug, and if so is there a way of fixing it.
> Thank you for any help
> Chris.
>
On Apr 16, 6:49 pm, "Steve C. Orr [MCSD, MVP, CSM, ASP Insider]"
<S...@.Orr.net> wrote:
> In addition to Dave's idea you might try placing an IFrame on top of the
> list box.
> --
> I hope this helps,
> Steve C. Orr,
> MCSD, MVP, CSM, ASPInsiderhttp://SteveOrr.net
> "Dessip" <Des...@.gmail.com> wrote in message
> news:1176719074.021675.255840@.n76g2000hsh.googlegroups.com...
>
>
>
>
Hey.
Thank you for the help, ohk, i dont that as a tempory solution untill
i coudl try and fix it, is this a bug in IE or just IE6? i hope that
Microsoft IE team would have fixed this in one of the IE Updates, but
im guessing that they are not working on IE6 anymore, unless its
crutial security updates, would be nice if they fixed this, but im
guess im at the back of a very long que of people for this problem :(
Thanks
Chris

0 comments:

Post a Comment