Closed
Bug 41815
Opened 25 years ago
Closed 25 years ago
input[type="text"]:focus does not render correctly
Categories
(Core :: Layout: Form Controls, defect, P3)
Tracking
()
VERIFIED
FIXED
M17
People
(Reporter: jameslariviere, Assigned: kinmoz)
Details
(Keywords: testcase)
Attachments
(2 files)
DESCRIPTION:
input[type="text"]:focus does not render correctly.
STEPS TO REPRODUCE:
1. Click one input[type="text"]
ACTUAL RESULTS:
The "focused" field (the one clicked on) renders with a cream background-color
(specified as the default input[type="text"] background-color rendering
not :focus), green border (what it should do) and blue text (again specified as
the default input[type="text"] color rendering not :focus).
EXPECTED RESULTS:
The "focused" field (the one clicked on) should render with a yellow background-
color and have a green border-color and text.
DOES NOT WORK CORRECTLY ON:
Win98 build 200060520 (6-5-00 nightly build I think)
Reporter | ||
Comment 1•25 years ago
|
||
Reporter | ||
Comment 2•25 years ago
|
||
Sorry, I posted the wrong test-case example with :hover included. This bug may
be related to bug #41819.
Here is the correct test case.
Reporter | ||
Comment 3•25 years ago
|
||
Comment 4•25 years ago
|
||
ryhan_ut@yahoo.com (James), this seems to work as it's supposed to . when I
give focus to a field the background is yellow and the text and border are
green. Tested with win32 60908 build. Please reopen if I've misunderstood.
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 5•25 years ago
|
||
Yep, this was fixed over the past few couple of days. :-)
Reporter | ||
Comment 6•25 years ago
|
||
Since Friday, the :focus has not been working correctly for the background-
color.
Mozilla seems to want to render with my default "windows" form control
background-color instead of the yellow declared in css. What is weird in the
test case that just shows :focus problems is that it SOMETIMES renders
the :focus correct then does not on the next text input.
But something has CHANGED for the worst since Thursday's build and is still a
problem on last nights build 6-25-00-m17 for win98.
I think this bug should be re-opened.
Status: RESOLVED → UNCONFIRMED
Resolution: FIXED → ---
I see the stated buggy behavior in the 062508 build in win98. I see similar
issues reported in other bugs. (44000 is a notable example) However, none
address this particular focus issue.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Assigning to kin@netscape.com for evaluation.
Assignee: beppe → kin
Target Milestone: --- → M17
Comment 11•25 years ago
|
||
using today's build, this works fine on mac, linux, nt and win98
Status: ASSIGNED → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: --- → FIXED
Comment 13•24 years ago
|
||
Works for Me
Platform: PC
OS: Windows 98
Mozilla Version: 2000100508
Marking as Verified
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•