Open
Bug 348931
Opened 19 years ago
Updated 3 years ago
xul edit box doesn't tell caret to stop blinking
Categories
(Core :: XUL, defect)
Tracking
()
NEW
People
(Reporter: vlad, Unassigned)
Details
I've only reproduced this with a cocoa-cairo build, because that's the only place where I had printfs in place to tell me when certain painting was happening.
Steps to reproduce:
1) Open Preferences
2) click in home page edit box
- observe invalidation/painting start to happen every second as the caret blinks (need some printfs etc. in the relevant code)
3) click on another pref pane (e.g. "Content")
- observe invalidation continuing; I assume that it's just repainting the area where the caret used to be
4) click back to Main
- observe edit field not having focus, and invalidation output stops
Component: XP Toolkit/Widgets: XUL → XUL
QA Contact: xptoolkit.xul → xptoolkit.widgets
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•