joomla / jed-issues

Joomla! Extensions Directory - Issue Tracker
8 stars 2 forks source link

JED Ticket System Message field blocked #208

Closed marcorensch closed 3 years ago

marcorensch commented 3 years ago

When you have to open a ticket you need to create a ticket here: https://extensions.joomla.org/support/support-tickets/

The form cannot be sent because of the required Message field that is not working.

Bildschirmfoto 2021-01-09 um 10 33 39

I don't know if an editor should be loaded or not - the fact is that you can't enter anything in the message field.

Tested on Mac with Chrome & Safari (latest versions)

conconnl commented 3 years ago

Just tested on Mac with Chrome & Safari, with a normal registered user. I see the editor and I can use it.

Please check the browser console, it should show errors if it's related to the site. If there are any please share, because all browsers I have tested, don't show any errors and the editor works.

image
marcorensch commented 3 years ago

ahm.. what... i've tested it on chrome & safari (mac) aswell as on EDGE and Firefox on another computer, and yes there is a JS error:

Refused to connect to 'https://assets.hcaptcha.com/captcha/v1/d1dd7d8/static/i18n/de.json' because it violates the following Content Security Policy directive: "connect-src 'self' https://*.joomla.org https://*.pingdom.net https://*.google-analytics.com https://*.googlesyndication.com https://*.doubleclick.net https://*.algolia.net https://*.algolianet.com".

now a test on a third machine: EDGE (Version 87.0.664.66 & 87.0.664.75):

Bildschirmfoto 2021-01-09 um 11 52 38

FF 81.0.1 & 84.0.2:

Bildschirmfoto 2021-01-09 um 11 55 06
conconnl commented 3 years ago

It seems hcaptcha extended the required CSP rules. I added this one, so this error should be gone now.

marcorensch commented 3 years ago

Nice but unfortunately this was not the issue... the error in console is gone but the site still does not load the editor as on your screenshot... Could it be that my account / profile has a problem?

conconnl commented 3 years ago

@anibalsanchez could you look at this as someone who knows the coding of the site?

marcorensch commented 3 years ago

@conconnl UPDATE: its indeed a problem with my Account (Proximate) - i've created a testaccount now (proxi) and there the editor is shown - so what happened to my account (settings)? unfortunately i did not find any option to "chose an editor" in profile page which would probably solve the problem.

conconnl commented 3 years ago

I see what you mean. You mentioned account is on JCE, but that one isn't configured to be used for Registered people. The default is TinyMCE, somewhere in the long history of actions on the website the editor has been changed, but people their profile has been reset.

I switched your account to default editor. @anibalsanchez & @JazParkyn can you please put all registered accounts to TinyMCE so it's fixed for any other user existing on the website?

marcorensch commented 3 years ago

Solved now

andrewmichaelwinkler commented 3 years ago

I have the same problem on Firefox for Windows 10. The message text field is not editable.

JazParkyn commented 3 years ago

Fix applied