A Google Csoportok már nem támogatja az új Usenet-bejegyzéseket és -feliratkozásokat. A korábbi tartalmak továbbra is megtekinthetők.

Bug in Update released on 31 May 2007

0 megtekintés
Ugrás az első olvasatlan üzenetre

parve...@gmail.com

olvasatlan,
2007. jún. 1. 10:46:002007. 06. 01.
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

olvasatlan,
2007. jún. 1. 13:17:302007. 06. 01.
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

olvasatlan,
2007. jún. 3. 9:11:512007. 06. 03.
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

olvasatlan,
2007. jún. 3. 10:05:042007. 06. 03.
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

olvasatlan,
2007. jún. 4. 19:36:552007. 06. 04.
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

olvasatlan,
2007. jún. 5. 8:26:032007. 06. 05.

> 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

olvasatlan,
2007. jún. 5. 8:37:342007. 06. 05.
Hi,

Jungleman schrieb:

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

NoSpamC...@yahoo.de

olvasatlan,
2007. jún. 14. 3:46:592007. 06. 14.
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

olvasatlan,
2007. jún. 14. 3:48:112007. 06. 14.

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

Az üzenetet töröltük.
Az üzenetet töröltük.

mr.mat...@gmail.com

olvasatlan,
2007. júl. 4. 4:41:252007. 07. 04.

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

olvasatlan,
2007. júl. 9. 3:05:532007. 07. 09.

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

0 új üzenet