Opened 11 years ago
Closed 11 years ago
#31455 closed defect (bug) (fixed)
Press This: Fix scrolling in FF
| Reported by: | michael-arestad | Owned by: | azaozz |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.2 |
| Component: | Press This | Version: | 4.2 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
Description
Currently, Firefox doesn't allow for scrolling at all unless there is height: 100% on body when combined with overflow-x: hidden;. (I discovered after tons of trial and error.) On iOS Safari, height 100% on html prevents scrolling. This patch should fix the FF issue without breaking scrolling on iOS Safari.
Attachments (1)
Change History (4)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
This doesn't seem to fix it. Seems Firefox follows the standards to the point and needs
scrollbarsspecified inwindow.open(): https://developer.mozilla.org/en-US/docs/Web/API/Window/open.Will keep the css changes too. As far as I remember setting html and body to overflow-x:hidden may disable both scrollbars.