Down arrows missing on ff #50105

Closed
opened 2016-11-24 04:20:12 +01:00 by Aaron Carlisle · 15 comments

On https://store.blender.org/product/membership/ the drop down arrows are missing on Firefox.

System Info

Windows 10 64bit
Intel HD 4600
Firefox 50.1.0 (Latest)

On https://store.blender.org/product/membership/ the drop down arrows are missing on Firefox. **System Info** Windows 10 64bit Intel HD 4600 Firefox 50.1.0 (Latest)
Author

Changed status to: 'Open'

Changed status to: 'Open'
Author

Added subscriber: @Blendify

Added subscriber: @Blendify

Added subscriber: @EthanBox

Added subscriber: @EthanBox

I am not getting this problem.

I am not getting this problem.
Author

I will test again later. Maybe it was an issue with firefox

I will test again later. Maybe it was an issue with firefox
Author

I am still having an issue.

I am still having an issue.

I am using a very different system to you so I will test this on my Windows Computer.
I have an AMD manjaro kde computer.

I am using a very different system to you so I will test this on my Windows Computer. I have an AMD manjaro kde computer.
Pablo Vazquez was assigned by Aaron Carlisle 2017-08-04 17:22:45 +02:00
Author

Added subscriber: @Ton

Added subscriber: @Ton
Author

@Ton I was told that the store is your area the issue here is the the property gets overridden by Gecko , currently Gecko is setting:

.gecko select {
  /*! background: none; */
}

Which overriddes:

select {
  background: transparent url("assets/img/select-bg.gif") no-repeat 95% 50%;
  background-size: 10px 5px;

This can be fixed by removing .gecko select or by changing select to be:

select {
  background: transparent url("assets/img/select-bg.gif") no-repeat 95% 50% !important;
  background-size: 10px 5px !important;
@Ton I was told that the store is your area the issue here is the the property gets overridden by [Gecko ](https://developer.mozilla.org/en-US/docs/Mozilla/Gecko), currently Gecko is setting: ``` .gecko select { /*! background: none; */ } ``` Which overriddes: ``` select { background: transparent url("assets/img/select-bg.gif") no-repeat 95% 50%; background-size: 10px 5px; ``` This can be fixed by removing `.gecko select` or by changing `select` to be: ``` select { background: transparent url("assets/img/select-bg.gif") no-repeat 95% 50% !important; background-size: 10px 5px !important; ```

Is this still an issue with the latest Firefox 65.0.2?

Is this still an issue with the latest Firefox 65.0.2?

Removed subscriber: @EthanBox

Removed subscriber: @EthanBox
Author

@pablovazquez Yes this is still an issue, tested on windows running firefox 67.0.

@pablovazquez Yes this is still an issue, tested on windows running firefox 67.0.
Pablo Vazquez was unassigned by Dalai Felinto 2019-12-23 16:36:52 +01:00

Added subscriber: @pablovazquez

Added subscriber: @pablovazquez
Author

Yes I just tested a few weeks ago

Yes I just tested a few weeks ago

This page has been redesigned since then.

Tested on Firefox 109.0.1 (Linux) and seems to work:
image

Closing.

This page has been redesigned since then. Tested on Firefox 109.0.1 (Linux) and seems to work: ![image](/attachments/f8cd3d2b-b839-4549-ba0f-3e522ad7e131) Closing.
349 KiB
Sign in to join this conversation.
No description provided.