Developer Forum »
Cannot select text in Chrome
62 posts

In the edit-interface, we are not able not select any text. It works in other browsers. Is this a Chrome-issue? I'm using version 36.0.1985.125

181 posts

Hi!

Yes, there have been some changes in Chrome that causes that problem. We'll release a new version soon with a fix, and if possible also how you can edit the css to avoid the problem without upgrading the whole installation.

I'll update this thread when it's available.

120 posts

This has been fixed in the latest update B1587

It is possible to fix it without updating the installation, by updating the .css files directly:

Replace this file:

/WAF/Skins/Global/General.css

with the enclosed version.

Once the file is uploaded, delete all occurences of files with this name pattern:

/WAF/Skins/Global/waf.all.min.****.css

Reload the UI in the browser and it should regenerate the new css file and selected text should be highlighted with blue.

 

Attachments
62 posts

Hi again. After the update, the problem is fixed in edit interface.

But I get this error message when accessing the web page:

WebForms UnobtrusiveValidationMode krever en ScriptResourceMapping for jquery. Legg til en ScriptResourceMapping med navnet jquery (skille mellom store og små bokstaver).

******************

I updated Web-config with 

<appSettings>
<add key="ValidationSettings:UnobtrusiveValidationMode" value="None" />
....

 

so now it works like a charm again.

Attachments
181 posts

It's new feature in .Net. To disable it, add the following app setting:

<add key="ValidationSettings:UnobtrusiveValidationMode" value="None" />

62 posts

Hi again.

New error in Chrome after the update: it doesn't work to remove node from relationfield in edit.

181 posts

Hi!

I've tried to replicate the problem in two sites using the latest version, but all relations seem to work fine for me, both in Chrome and other browsers. Do you get the error in all relations? Could you try to logout, and then refresh the browser, and try again?

62 posts

Yes, it works after a browser refresh.

I have multiple people publishing. Is there are way you can control this from server side, so I don't have to inform them about details like this after an update?

62 posts

Hi again. Another editor has the same problem in Chrome. When she deletes a node from the relation field, clicks "yes to wastebin", the node is still there. The same still happens with remove from relation field. She has restartet the computer and typed ctrl + F5. This is only a problem in her browser, not others any longer. Any tips?

 

181 posts

Hmm.. That was strange. Could it be some ad blocker or anti virus? Does it happen only in chrome on her machine, or all browsers?

Unless you figure this out, contact support, and we can take a closer look at what's happening. 

1