Content
View differences
Updated by Henriette Darge about 7 years ago
### Preconditions
* A long wiki page exists (it must be so long that you need to scroll to see all content)
### Steps to reproduce
* Add an embedded table in the wiki page
* Take care that the table is rather long
* Hover with the mouse over the table and try to scroll (e.g. with the mouse wheel)
### Actual
* Nothing happens (you cannot scroll)
* Only when using the scrollbar directly the content can be scrolled
* This is due to the fact that the table captures the event and stops the propagation
### Expected
* In the wiki you should be able to scroll also when your mouse is over the table.
* Take care that the scroll behaviour on the WP page is kept
* A long wiki page exists (it must be so long that you need to scroll to see all content)
### Steps to reproduce
* Add an embedded table in the wiki page
* Take care that the table is rather long
* Hover with the mouse over the table and try to scroll (e.g. with the mouse wheel)
### Actual
* Nothing happens (you cannot scroll)
* Only when using the scrollbar directly the content can be scrolled
* This is due to the fact that the table captures the event and stops the propagation
### Expected
* In the wiki you should be able to scroll also when your mouse is over the table.
* Take care that the scroll behaviour on the WP page is kept