Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Bug in Update released on 31 May 2007

0 views
Skip to first unread message

parve...@gmail.com

unread,
Jun 1, 2007, 10:46:00 AM6/1/07
to
I have encountered a Bug (Display xx in a empty multiline Combo /
Select Box
<select size="10" name="lststaff" multiple style="width: 250; z-index:
0;" >
</select>
Idealy this code should display a empty combo box (and it was
displayed properly until the last update now it show xx in the
combobox

I have encountered a Bug (Display xx in a empty multiline Combo /
Select Box
<select size="10" name="lststaff" multiple style="width: 250; z-index:
0;" >
</select>
Idealy this code should display a empty combo box (and it was
displayed properly until the last update now it show xx in the combobox

Aggro

unread,
Jun 1, 2007, 1:17:30 PM6/1/07
to
parve...@gmail.com wrote:
> I have encountered a Bug (Display xx in a empty multiline Combo /
> Select Box
> <select size="10" name="lststaff" multiple style="width: 250; z-index:
> 0;" >
> </select>
> Idealy this code should display a empty combo box (and it was
> displayed properly until the last update now it show xx in the
> combobox

Do you have an example web page somewhere on the Internet where this can
be seen? Preferably as simple as possible, while still being valid html.
You can check whether the code is valid or not with this validator:

http://validator.w3.org/

--
Solutions for issues with Firefox:
http://kb.mozillazine.org/Category:Issues_%28Firefox%29

lge...@gmail.com

unread,
Jun 3, 2007, 9:11:51 AM6/3/07
to
Please try the following source (after clicking the "qwe" button you
will see the problem):

<script>
function callme() {
div3.style.position = "relative"
//def_info.style.top = "200px"
div3.style.left = "200px"
div3.style.overflow = "auto"
//style="posistion:relative"
}
</script>
<button onclick="callme()">qwe</button>


<div id="div1" style="height: 141px;">
<div id="div2" style="position: relative;">
<div id="div3" style="display: block; position: relative; visibility:
visible; height: 141px;position:relative;overflow:auto">
<select multiple="multiple"/>
</div>
</div>
</div>

Oliver Hader

unread,
Jun 3, 2007, 10:05:04 AM6/3/07
to
Hi,

lge...@gmail.com schrieb:


> Please try the following source (after clicking the "qwe" button you
> will see the problem):
>
> <script>
> function callme() {
> div3.style.position = "relative"
> //def_info.style.top = "200px"
> div3.style.left = "200px"
> div3.style.overflow = "auto"
> //style="posistion:relative"
> }
> </script>

I could reproduce this behaviour with a <select multiple ...></select>
and a CSS definition "select:hover { background-color: ...; }" for these
HTML tags. On moving the mouse over the select box, the "XX" appeared.


olly
--
Oliver Hader
http://inpublica.de/

vincei...@gmail.com

unread,
Jun 4, 2007, 7:36:55 PM6/4/07
to
On Jun 1, 7:46 am, parvezk1...@gmail.com wrote:
> I have encountered a Bug (Displayxxin a empty multiline Combo /

> Select Box
> <select size="10" name="lststaff" multiple style="width: 250; z-index:
> 0;" >
> </select>
> Idealy this code should display a empty combo box (and it was
> displayed properly until the last update now it showxxin the
> combobox
>
> I have encountered a Bug (Displayxxin a empty multiline Combo /

> Select Box
> <select size="10" name="lststaff" multiple style="width: 250; z-index:
> 0;" >
> </select>
> Idealy this code should display a empty combo box (and it was
> displayed properly until the last update now it showxxin the combobox

I've experienced the same problem and have confirmed it is only in
2.0.0.4 where i see this. Sometimes it takes a page resize for the XX
to show up, but it goes away as soon as a select option has been added
to the element.

Jungleman

unread,
Jun 5, 2007, 8:26:03 AM6/5/07
to

> I've experienced the same problem and have confirmed it is only in
> 2.0.0.4 where i see this. Sometimes it takes a page resize for the XX
> to show up, but it goes away as soon as a select option has been added
> to the element.

Anyone know if a bugzilla bug has been filed for this?

Oliver Hader

unread,
Jun 5, 2007, 8:37:34 AM6/5/07
to
Hi,

Jungleman schrieb:

Yes, there is one:
https://bugzilla.mozilla.org/show_bug.cgi?id=382600

NoSpamC...@yahoo.de

unread,
Jun 14, 2007, 3:46:59 AM6/14/07
to
Here's a "workaround":
Open "<FireFox-installationdirectory>\res\forms.css" and remove "XX"
in line 190

But there's no quaranty that removing this "XX" won't lead to other
problems ;-)

NoSpamC...@yahoo.de

unread,
Jun 14, 2007, 3:48:11 AM6/14/07
to

select::-moz-dummy-option {
visibility: hidden;
content: ""; /* demo 8, edge case test 1 */
/* content: "XX"; /* demo 8, edge case test 1 */
}

Message has been deleted
Message has been deleted

mr.mat...@gmail.com

unread,
Jul 4, 2007, 4:41:25 AM7/4/07
to

This issue has been driving me nuts - can't believe it was a browser
bug.

Live example of this problem:
http://www.ehomeinsurance.com

- Get a quote
- XXs appear in the occupation box.

kanaka.s...@igate.com

unread,
Jul 9, 2007, 3:05:53 AM7/9/07
to

we also facing this same problem.We need the solution for displaying
'XX'.

0 new messages