-
-
Notifications
You must be signed in to change notification settings - Fork 228
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chrome : Unable to click on list-encapsulated markdown editor fields #1037
Comments
I can confirm this happening on Windows 10 with Chrome 59 dev. Right clicking in the text will move the cursor to the desired place. Left clicking and dragging is not working. |
I have the same issue (latest Grav, macOS Sierra, Chrome 57.0. Works fine on latest Safari. |
Same here. You can get into editor by clicking on any toolbar buttons or by tabbing from previous field in list, so that's workaround for me for now. Also, sometimes contents of those editor fields are not shown when you enter to edit that page. Any idea what could cause this? |
This is surely a regression, as I'm sure it worked before. Need to find out the commit that introduced the problem, on it. |
@w00fz I tracked this down to the sortablejs library bump in composer.json in 49a9c43. Setting it to Could not find a changelog for that lib, will need to git-bisect (quite a few commits since 1.4.2) until I find what is the issue. |
Might be a setting that needs enabling. |
Hi,
Can we please reopen this issue? |
Grrr.. thought this was sorted |
What is the Chrome version you are using @honzabilek4 ? I did see this issue myself but after I upgraded Chrome it seems to be working fine again. Can you check your version? And if it's still an issue could you please paste a yaml sample for me to use? As of right now I can't reproduce this issue anymore. |
Hi, title: Home
'@extends':
type: default
context: blueprints://pages
form:
fields:
tabs:
fields:
customTab:
type: tab
title: Custom Tab
@ordering: -3
fields:
header.persons:
type: list
title: Markdown list
collapsed: false
style: vertical
btnLabel: Add Item
fields:
.description:
type: markdown
label: Text In aa18112 @flaviocopes fixed the issue by reverting |
Well it certainly could but I’d rather try to resolve the issue while keeping the dependencies we use up to date. I will take a look today, thanks for the snippet! |
Hey @honzabilek4, Would you mind trying out the develop version of admin to see if that is actually sorting out the issue for you? Cheers |
Sure, I'll let you know asap. |
Great thanks. |
List-encapsulated markdown editor fields are not responding to mouse clicks in Chrome.
The text was updated successfully, but these errors were encountered: