Closed
Bug 253659
Opened 21 years ago
Closed 21 years ago
cannot put cursor in certain input fields
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 252984
People
(Reporter: bulbul, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8a3) Gecko/20040724
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8a3) Gecko/20040724
Go to this URL:
http://qa.openoffice.org/issues/show_bug.cgi?id=32322
Try to click in the input field next to the button that says "jump to issue"
near the top of the page. I am not able to do so and cannot type anything in the
field. This only affects this particular field.
The code for this input field is very simple. Here's the whole form:
<div id="topmodule">
<table border="0" cellspacing="0" cellpadding="3">
<tr>
<td id="issueid">
<form method="get" action="http://qa.openoffice.org/issues/show_bug.cgi"
tabindex="1">
<input name="id" size="6" tabindex="2" />
<input type="submit" value="Jump to issue" tabindex="3" />
</form>
</td>
</tr>
</table>
</div>
This works in Mozilla 1.7 but not in current trunk builds.
Reproducible: Always
Steps to Reproduce:
Comment 1•21 years ago
|
||
Fixed earlier today.
*** This bug has been marked as a duplicate of 252984 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•