Google 그룹스는 더 이상 새로운 유즈넷 게시물 또는 구독을 지원하지 않습니다. 과거의 콘텐츠는 계속 볼 수 있습니다.

Bug in Update released on 31 May 2007

조회수 0회
읽지 않은 첫 메시지로 건너뛰기

parve...@gmail.com

읽지 않음,
2007. 6. 1. 오전 10:46:0007. 6. 1.
받는사람
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

읽지 않음,
2007. 6. 1. 오후 1:17:3007. 6. 1.
받는사람
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

읽지 않음,
2007. 6. 3. 오전 9:11:5107. 6. 3.
받는사람
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

읽지 않음,
2007. 6. 3. 오전 10:05:0407. 6. 3.
받는사람
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

읽지 않음,
2007. 6. 4. 오후 7:36:5507. 6. 4.
받는사람
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

읽지 않음,
2007. 6. 5. 오전 8:26:0307. 6. 5.
받는사람

> 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

읽지 않음,
2007. 6. 5. 오전 8:37:3407. 6. 5.
받는사람
Hi,

Jungleman schrieb:

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

NoSpamC...@yahoo.de

읽지 않음,
2007. 6. 14. 오전 3:46:5907. 6. 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

읽지 않음,
2007. 6. 14. 오전 3:48:1107. 6. 14.
받는사람

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

메시지가 삭제되었습니다.
메시지가 삭제되었습니다.

mr.mat...@gmail.com

읽지 않음,
2007. 7. 4. 오전 4:41:2507. 7. 4.
받는사람

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

읽지 않음,
2007. 7. 9. 오전 3:05:5307. 7. 9.
받는사람

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

새 메시지 0개