Closed
Bug 544543
Opened 15 years ago
Closed 15 years ago
Add some tests for xul textboxes to make sure their basic behavior and appearance does not regress
Categories
(Core :: DOM: Editor, defect)
Core
DOM: Editor
Tracking
()
RESOLVED
FIXED
mozilla1.9.3a2
People
(Reporter: ehsan.akhgari, Assigned: ehsan.akhgari)
References
Details
Attachments
(1 file, 1 obsolete file)
27.12 KB,
patch
|
roc
:
review+
|
Details | Diff | Splinter Review |
+++ This bug was initially created as a clone of Bug #542914 +++
This is the equivalent of bug 542914, except that it's targetting the XUL textboxes.
Assignee | ||
Comment 1•15 years ago
|
||
Assignee | ||
Comment 2•15 years ago
|
||
The only thing which sucks about this patch is that the Windows widget code paints the text editor border in place of its background, so simulating that with CSS isn't possible, because the padding on xul:textbox[type="number/autocomplete"] is already 0, and we can't set a negative padding on the reference html:input element.
That's why I had to mark some of the tests failing on Win Vista/7 + windows default theme.
Attachment #425526 -
Attachment is obsolete: true
Attachment #425838 -
Flags: review?(roc)
Attachment #425838 -
Flags: review?(roc) → review+
Assignee | ||
Comment 3•15 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.9.3a2
You need to log in
before you can comment on or make changes to this bug.
Description
•