Task #2411
Download page doesn't show OS selector with IE11
0%
Description
See the attached screenshot, there's no dropdown selector after "Choose your operating system:" when opening it with Internet Explorer 11.
Additionally, the version number's position is a bit off, but that's a small issue.
Files
History
#1
Updated by Florian Effenberger about 2 years ago
- Assignee set to Christian Lohmaier
- Target version set to Pool
#2
Updated by Florian Effenberger about 2 years ago
Adding Mike Saunders to Cc
Mike, is this something you can help with? You seem to have some good HTML and CSS skills as well :-)
#3 Updated by Mike Saunders about 2 years ago
Florian Effenberger wrote:
Adding Mike Saunders to Cc
Mike, is this something you can help with? You seem to have some good HTML and CSS skills as well :-)
I can take a look, although I don't have Windows anywhere at the moment so I'll need to set up a VM and install it first :-)
#4
Updated by Florian Effenberger almost 2 years ago
- Assignee changed from Christian Lohmaier to Mike Saunders
Mike, any updates?
#5 Updated by Mike Saunders almost 2 years ago
OK, I think I've fixed this - see IE11_dropdown_fixed.png, attached to the ticket.
The culprit was this line at the end of themes/libreofficenew/css/downloadframe.css:
select { display: none; }
I've removed it and all seems to be fine, with no negative effects in Firefox, Chrome and Safari. Aron, what do you think?
#6 Updated by Mike Saunders almost 2 years ago
- File IE11_dropdown_fixed.png IE11_dropdown_fixed.png added
#7
Updated by Florian Effenberger almost 2 years ago
Any further feedback?
Otherwise we can close this
#8 Updated by Aron Budea almost 2 years ago
Looks good to me with IE11 now, thanks for fixing this, Mike!
#9 Updated by Mike Saunders almost 2 years ago
- Status changed from New to Closed
Aron Budea wrote:
Looks good to me with IE11 now, thanks for fixing this, Mike!
OK, then I'll close this!