Open
Bug 383367
Opened 18 years ago
Updated 2 years ago
new cocoa <input type=button> widget can end up rendering on top of other elements
Categories
(Core :: Widget: Cocoa, defect)
Tracking
()
NEW
People
(Reporter: beltzner, Unassigned)
Details
Attachments
(1 file, 1 obsolete file)
11.15 KB,
image/png
|
Details |
STR using Minefield on Mac:
1. Log into iGoogle
2. Add the "to-do" widget
Expected: The "Add" button should be left-aligned hard against the text field
Actual: The "Add" button ends up rendering a little on top of the text field (see attachment)
The code that renders this section is:
<table cellspacing=0>
<tr>
<td id="new_todo_td54">
<nobr>New Item:</nobr>
</td>
<td style='width:100%' >
<input id="newTodoInput54" type="text"
style='width:100%'>
</td>
<td>
<input type = "button" value="Add"
onclick = "javascript:addTodo54(
document.newTodoForm54.
newTodoInput54.value, 3, false)">
</td>
</tr>
</table>
Reporter | ||
Updated•18 years ago
|
Summary: new cocoa <button> widget ends up rendering on top of text fields → new cocoa <button> widget can end up rendering on top of other elements
beltzner, do you still see this bug? I seem to remember seeing it around the time you filed the bug, but I can't reproduce it tonight on my just-before-10.3-axing CmTrunk build.
Comment on attachment 274108 [details]
beltzner's html, as testcase
I still see this bug on iGoogle when I add the to-do widget, but I do not see it in the testcase. Marking the test case obsolete so people don't get confused.
Attachment #274108 -
Attachment is obsolete: true
I tried to test this on FF Linux and Mac Safari but I can't because Google uses a much fancier version of the to-do widget in those browsers.
Bug 395165 is eerily similar to this.
Summary: new cocoa <button> widget can end up rendering on top of other elements → new cocoa <input type=button> widget can end up rendering on top of other elements
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•