?
avatar PhilETaylor
PhilETaylor
16 Jun 2020

Steps to reproduce the issue

Install Joomla 4.0.0 beta 1

Go to add a new article screen in SAFARI ON MAC

Expected result

No console errors
Category and Tags to be looking the same as google chrome and have dropdown arrows

Actual result

Google Chrome on LEFT Safari on RIGHT of this image:

Screenshot 2020-06-16 at 23 58 07

Error messages in safari console log:

Screenshot 2020-06-16 at 23 59 08

Note that chrome is looking for the same SVG in a different place - and finding it there:

/administrator/templates/atum/images/select-bg.svg

System information (as much as possible)

As explained above

avatar PhilETaylor PhilETaylor - open - 16 Jun 2020
avatar joomla-cms-bot joomla-cms-bot - change - 16 Jun 2020
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 16 Jun 2020
avatar infograf768 infograf768 - change - 17 Jun 2020
Labels Added: ?
avatar infograf768 infograf768 - labeled - 17 Jun 2020
avatar infograf768
infograf768 - comment - 17 Jun 2020

Confirmed. release blocker.

avatar PhilETaylor
PhilETaylor - comment - 17 Jun 2020

Confirmed in "current" Safari version too (as my safari is "next" version due to beta schedule on Mac)

Screenshot 2020-06-17 at 10 10 55

Screenshot 2020-06-17 at 10 12 25

avatar infograf768
infograf768 - comment - 17 Jun 2020

I found the issue:
Safari does not like that both background color AND url are in the same line
background: var(--atum-bg-light) url(../../../images/select-bg.svg) no-repeat 100%/116rem;
If you delete var(--atum-bg-light) the svg will display

avatar infograf768
infograf768 - comment - 17 Jun 2020

making patch now to separate color and image.

avatar infograf768 infograf768 - change - 17 Jun 2020
Status New Closed
Closed_Date 0000-00-00 00:00:00 2020-06-17 10:06:29
Closed_By infograf768
avatar infograf768
infograf768 - comment - 17 Jun 2020

Please test #29675 as it seems not so many people use Mac and safari.

avatar infograf768 infograf768 - close - 17 Jun 2020
avatar infograf768 infograf768 - change - 17 Jun 2020
Labels Removed: ?
avatar infograf768 infograf768 - unlabeled - 17 Jun 2020
avatar PhilETaylor
PhilETaylor - comment - 17 Jun 2020

Please test #29675 as it seems not so many people use Mac and safari.

Crazy isn't it... I have seven browsers installed and a whole suite of browsers in my browserstack.com account... seems people just dont like to test in anything other than Google Chrome nowadays...

Add a Comment

Login with GitHub to post a comment