Opened 11 years ago
Last modified 11 years ago
#4480 reopened Bug
Bottom bar on iPhone looks bad
Reported by: | livings124 | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | None Set |
Component: | Web Client | Version: | 2.40 |
Severity: | Normal | Keywords: | |
Cc: |
Description
The bottom bar on iPhone should be anchored to the bottom, the color should not have been changed to blue, and the button placement is terrible (it should be the turtle and minimize buttons close to each other, and the prefs button - which should be a black wrench and not half of a black and gray one - should be on the right).
Change History (8)
comment:1 Changed 11 years ago by livings124
- Summary changed from Buttom bar on iPhone looks bad to Bottom bar on iPhone looks bad
comment:2 Changed 11 years ago by jordan
comment:3 Changed 11 years ago by jordan
- Resolution set to fixed
- Status changed from new to closed
comment:4 Changed 11 years ago by livings124
With an empty list, 2.33's web ui has the bar at the bottom of the window - maybe it was hardcoded? I have no problem using iOS 5 elements, as that'll be released soon enough.
comment:5 Changed 11 years ago by livings124
- Milestone 2.40 deleted
comment:6 Changed 11 years ago by livings124
- Milestone set to None Set
- Resolution fixed deleted
- Status changed from closed to reopened
- Version changed from 2.33+ to 2.40
comment:7 Changed 11 years ago by jordan
comment:8 Changed 11 years ago by shellbound
Since ticket:4972 was closed as a duplicate, at least the most important part of it should be mentioned here:
When viewing the web interface on an iPhone, the settings menu button is missing, so sort order can't be changed. When changing the useragent for desktop firefox, the button for the settings menu is visible, but inactive, so it's not simply a browser issue.
It has never been anchored on the bottom because iPhones (and Android phones) don't allow nested divs (in this case, the torrent list) to have scrollbars. This is why, when there are a lot of torrents in the list, you have to scroll down to reach the footer.
iOS 5 beta 2 finally addresses this with its addition of webkit-overflow-scrolling to css, but that's pretty bleeding-edge.
A more radical alternative would be to do away with the footer altogether in the mobile version.
Fixed.
Fixed, though mindful of #3862 I've left 10 pixels between the turtle and minimize buttons.
Fixed.