Closed
Bug 1140269
Opened 10 years ago
Closed 10 years ago
blocks in rowspanning cells do not receive click events past first row.
Categories
(Core :: Layout: Tables, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: smsavage32, Unassigned)
Details
(Keywords: regression)
Attachments
(1 file)
|
305 bytes,
text/html
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.115 Safari/537.36
Steps to reproduce:
Looks like bug id=541668 has reappeared after the updates for the last 2-4 months were installed.
This HTML worked a month or so ago. Doesn't work now.
<td rowspan="15" colspan="3" class="FormCellD">
<div class="FormDataWrapper">
<textarea style="height: 127px; width: 115px;" class="FormTextArea " id="Notes" cols="20" rows="15" name="Notes">
</textarea>
</div>
</td>
Actual results:
The Textarea shows up for the whole 15 rows, but ...
it is only clickable on the first row's area of the 15 rows that it spans.
Expected results:
The textarea should be clickable in the entire textarea
Keywords: regression,
regressionwindow-wanted
Comment 1•10 years ago
|
||
Comment 2•10 years ago
|
||
Scott, I can't reproduce the problem you're describing with my testcase, in either Firefox 36 or a current nightly. Can you please either attach or link to a testcase that does show the problem?
Flags: needinfo?(smsavage32)
Comment 3•10 years ago
|
||
And giving the textarea style="display: block" also doesn't reproduce the problem.
Comment 4•10 years ago
|
||
Calling this worksforme due to the inability to reproduce and no response to the request for more information from the original reporter. Scott, if this is still an issue for you, feel free to ni? me with more information and we can reopen the bug.
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Flags: needinfo?(smsavage32)
Keywords: regressionwindow-wanted
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•