Closed
Bug 1423178
Opened 8 years ago
Closed 6 years ago
Responsive table rows cannot be selected with Ctrl+Mouse
Categories
(Core :: DOM: Selection, defect, P3)
Tracking
()
RESOLVED
FIXED
People
(Reporter: nachtigall, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:59.0) Gecko/20100101 Firefox/59.0
Build ID: 20171204234137
Steps to reproduce:
1. Go to https://getbootstrap.com/docs/4.0/content/tables/#responsive-tables
2. Try to select the given table using Ctrl + Left Mouse click and Dragging
Actual results:
Only single row(s) are selected but not the range of rows. In other words: Selection does not work. I tested on Windows 10 and Ubuntu Linux 16.04.
Expected results:
Should work :)
FWIW, for the non-responsive tables on the given page it works. So I think it is due to the ".table-responsive" property and its css values. The page says "Responsive tables make use of overflow-y: hidden" though I did not find this using the Firefox DevTools' Inspector.
Updated•8 years ago
|
Component: Untriaged → Selection
Product: Firefox → Core
Updated•8 years ago
|
Priority: -- → P1
Updated•8 years ago
|
Priority: P1 → P3
Works in current Firefox on Ubuntu 18.04.
Comment 2•6 years ago
|
||
I couldn't reproduce it on both Firefox release 75 and the current nightly 77.0a1, on Win10.
Jens: can you still reproduce the issue? Otherwise I'll close the ticket.
Flags: needinfo?(nachtigall)
Yes, seems to work now. Thank you!
Status: NEW → RESOLVED
Closed: 6 years ago
Flags: needinfo?(nachtigall)
Resolution: --- → FIXED
Thanks for checking.
You need to log in
before you can comment on or make changes to this bug.
Description
•