After updating to Chrome 62, scald will not produce the file browser window for adding atoms (Doc, Picture, Video), as expected.
It may open after 5 or 6 clicks.

Flushing cache of site does not help. Clearing cache in Chrome doesn't appear to have an effect.

At best, two out of three of the atom types will open after clearing your browser cache.

Unable to replicate the issue in Firefox 57

Comments

oitdws created an issue. See original summary.

nagy.balint’s picture

Hi!

Are you using plupload? I guess the normal file upload would work, but its a plupload issue?

eleon216’s picture

I can reproduce this problem (on an up to date Drupal 7 installation), and it's not plupload specific.
Changing the "upload type" to "managed file" doesn't change the behavior.

The buttons of some scald-providers are working, some not at all, and some work only sometimes (if you press them multiple times an you are lucky the filedialog of the provider will appear).

Enabling the developer-tools in Chrome (Shift-Ctrl-I) and switching to "simulate mobiledevice"-mode does kind of "fix" the problem.
I don't know what's the different in "mobile device"-mode. But in this mode it is possible to open the dialogs of all scald-providers. (a smaller screenresolution alone doesn't fix it )

nagy.balint’s picture

So this is about opening the ctools modal itself, and nothing to do with file upload.

Can you try updating to the latest dev of ctools? We have to check the ctools issue queue as well.

nagy.balint’s picture

It is weird, the rectangle for the link is lower than the rectangle for the li, and i guess that is why it does not work, as only the clicks on the link count.

Might be a css issue, but why only in chrome 62.

fatibel’s picture

same problem with chrome 62

billywardrop’s picture

StatusFileSize
new17.94 KB
new9.64 KB

We have the same issue in our Drupal website and its only with Chrome 62. After further testing, we've found the following behaviour:

1. On first scald load, you can only click the bottom pixel row of the icon to open the create atom window (see attachment click_zone.png)
2. If you then cancel that window, then go back to the icon, the full button becomes clickable (see attachment click_zone_after.png)

Also when I click the button, in both Firefox and Chrome, I get the following error in the console:

[Deprecation] Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/.

This looks like an ajax error. I hope this helps and if you need any testing done, I'm happy to help.

DeFr’s picture

Status: Active » Needs review
StatusFileSize
new348 bytes

Attached patch seems to fix the problem.

eleon216’s picture

the patch from #8 works for me.
Buttons work again in Chrome 62
and no regression in Firefox or Edge (still working there)

thanks DeFr!

billywardrop’s picture

Thanks for the quick patch DeFr. I will test it on my local copy

billywardrop’s picture

I've tested the patch as well and this fixes the problem for me.

billywardrop’s picture

Status: Needs review » Reviewed & tested by the community

  • nagy.balint committed e65a04b on 7.x-1.x authored by DeFr
    Issue #2925410 by DeFr, billywardrop, oitdws, eleon216: Css issue with...
nagy.balint’s picture

Status: Reviewed & tested by the community » Fixed

Thanks! Committed.

nagy.balint’s picture

Assigned: oitdws » Unassigned

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.