Closed
Bug 32756
Opened 25 years ago
Closed 25 years ago
Ben's new buttons don't depress when you click on them
Categories
(Core :: XUL, defect, P3)
Core
XUL
Tracking
()
VERIFIED
FIXED
M15
People
(Reporter: asa, Assigned: eric)
Details
check out new buttons for OK and Cancel in Preferences (also seeing them in
Profile Manager). They look sweet (no underline) but when you click on them
they don't depress. This is not so sweet.
Comment 1•25 years ago
|
||
eric, there appear to be issues with the internal <box> used in XBL here.
problems:
the internal box behaves unpredictably (that's the best I can say) when
transferring between :active, :hover and normal states. It appears the borders I
am setting via CSS rules are not being picked up until the button is invalidated
by dragging another window over the top of it and then removed, and the padding
is acting weird (just test on any of the new <button>s - click down, drag off
holding mouse button down, then release, then mouse over button again, etc).
also note the strange drawing of 'OK' buttons (or buttons with small text
strings) whereby the internal box's outset border draws outside its frame over
the black border of the <button> frame.
I can give a demo of all these problems if you like.
Target Milestone: ---
Assignee | ||
Comment 3•25 years ago
|
||
fixed
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 4•25 years ago
|
||
Verified on Win32 with 2000033108 build. I don't have a mac or unix box to
test with so (even though I suspect it's pretty XP) I'll let someone else
actually click that Verified button.
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 5•25 years ago
|
||
verified fixed on win98 2000033116, linux 2000033111, mac 2000033108
You need to log in
before you can comment on or make changes to this bug.
Description
•