Closed Bug 19123 Opened 25 years ago Closed 25 years ago

clicks in "dead space" need to be handled

Categories

(Core :: Layout: Form Controls, defect, P3)

x86
Windows NT
defect

Tracking

()

VERIFIED FIXED

People

(Reporter: buster, Assigned: buster)

References

()

Details

(Whiteboard: [test case needed])

Attachments

(1 file)

this bug is a reminder to make sure mouse clicks in the dead area of a text
control (the area between the border and the interior webshell) are handled.
Need to validate that focus gets set properly, that javascript event handlers
get triggered as expected, and that the embedded editor gets a chance to handle
the click (such as a right-mouse button for a context menu, maybe?)
Severity: normal → minor
Target Milestone: M15
QA Contact update.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Whiteboard: [test case needed]
I believe this is fixed now.
To verify: we need a test case of a text control with a wide border and/or
padding, and a click handler that should get fired when the border/padding is
clicked on.
Here's a start:
<INPUT  NAME="tex1" VALUE="wide border" style="width: 100px; height: 100px;
border: 20px solid black;"><br>
<INPUT  NAME="tex2" VALUE="wide padding" style="width: 100px; height: 100px;
padding: 30px;"><br>
QA Contact: ckritzer → bsharma
Updating QA contact.
Verified build 2001080708 os:winNT,Linux7.1
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: