Closed
Bug 150916
Opened 22 years ago
Closed 22 years ago
Result document uses the wrong selection color
Categories
(Core :: XSLT, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: hwaara, Assigned: sicking)
References
Details
Reproduced in 20020523.
When you select text in a generated XSLT document, the selection color is always
the "unfocused selection" color; on my system - gray. It should use the normal
"focused selection" color, as usual, which in my case is blue.
Assignee | ||
Comment 1•22 years ago
|
||
are you sure this is XSLT related? I've had this problem on many non-XSLT
pages. Sometimes mozilla seems to go into a state where selection is
always "unfocused". Sometimes it helps to focus the url-bar and then put the
focus back to the page, sometimes you need to restart mozilla. If indeed this
only happens on XSLT pages could you please provide an url or attach an example.
Comment 2•22 years ago
|
||
*** Bug 150918 has been marked as a duplicate of this bug. ***
Reporter | ||
Comment 3•22 years ago
|
||
Sicking, you can try any XSLT-generated document. The selection will always be
unfocused, at least on Windows.
Assignee | ||
Comment 4•22 years ago
|
||
yep, you seem to be right. It's probably something (some
prescontext/docsheel/presshell) that considers the consider the source-document
as focused as opposed to the result document.
Assignee | ||
Comment 5•22 years ago
|
||
This gets fixed with the branch-landing. Probably because we then fire off the
webprogresslistener events when we should.
Assignee: peterv → sicking
Depends on: txbranch
Reporter | ||
Comment 6•22 years ago
|
||
Du är bäst, Jonas! :-)
Assignee | ||
Comment 7•22 years ago
|
||
fixed with the branch-landing
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•