Open Bug 343240 Opened 18 years ago Updated 2 years ago

Caret invisible in <textbox> when a <window> has CSS background-color property set to transparent

Categories

(Core :: XUL, defect)

x86
Windows XP
defect

Tracking

()

UNCONFIRMED

People

(Reporter: hsmadja, Unassigned)

Details

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4
Build Identifier: Mozilla Thunderbird version 1.5.0.4 (20060516)

In an extension development, the blinking cursor doesn't appear in the XUL element textbox when it is in a window with a CSS background-color property set to transparent. I can write a text, but I don't know where I am. The selection of the text has too some strange behavior (the first letter is not selected at the screen, but if I copy the string, the first letter is included...).

Reproducible: Always

Steps to Reproduce:
1. In an extension, in a xul file, create a window:
<window xmlns='http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul' id="transparent-window" style="background-color: transprent;">
...
</window>
2. include a textbox:
<textbox/>
3. open the window: window.open("chrome://tranprent-window/content/tranprent-window.xul","tranprent-window","chrome");

Actual Results:  
textbox has no caret (blinking cursor)
Bug still exists in Firefox 2.0 Gecko 1.8.1 20061010.
This bug was fixed in FF 1.5 but has reappeared in 2.0.
They know about this...

But when will it be fixed?? 
I'm waiting for so long now...
(and I hate it because I need to use IE now for my apps)
Assignee: mscott → nobody
Reporter and others this is Thunderbird or Firefox related bug?
(In reply to [:Aureliano Buendía] from comment #3)
> Reporter and others this is Thunderbird or Firefox related bug?

This is not a Thunderbird bug. It's Core - XUL and needs confirmation.
Component: General → XP Toolkit/Widgets: XUL
Product: Thunderbird → Core
QA Contact: general → xptoolkit.xul
Moving to Core:XUL per https://bugzilla.mozilla.org/show_bug.cgi?id=1455336
Component: XP Toolkit/Widgets: XUL → XUL
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.