-
Notifications
You must be signed in to change notification settings - Fork 88
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
No Popup in CK Editor #37
Comments
This is actually almost working: |
I changed the invocation to this: https://github.com/arkhitech/redmine_mentions/blob/master/app/views/hooks/redmine_mentions/_edit_mentionable.html.erb#L14 But actually I called this manually because initially it did not work. I guess I would have to call it after the CKEditor initialization But when I type now something like
|
I was able to fix the "clientTop" error by removing the |
my current version - but still problems with completion |
will try to plan development over this in 2-3 week's. Doesn't look possible to invest time at this time. |
@hishammalik that sounds good. Did you have a look at my changes? The patch for redmine_mentions seems to work quite well. With the jquery.textcomplete the problem seems to be that keydowns are not properly catched. Are you planning to fix this in jquery.textcomplete? |
@hishammalik Sorry to bother you. Can you give me feedback what is the plan? In case we can support you with anything ... |
@hishammalik Would appreciate a short feedback, what is the plan with this issue - is it about the javascript fixing? |
I will have a look at it again now ... |
O. I will tested it later. Thanks. @amenk |
I tried to reproduce the issue without redmine, just the CK editor and textcomplete soxhub/jquery-textcomplete@89729d4 - this actually works well .. have to dig further - might be an issue of the redmine specific config |
I got it working also in redmine using the latest CK editor and the just mentioned patch. Will you merge it from @soxhub? |
Current Problem: It is not working with the CKEditor "tabs" Plugin which is used in EasyRedmine - so will try another approach. |
- Contains textcomplete from my pull request https://github.com/yuku-t/jquery-textcomplete/pull/253 - Basically compatible with the tabs plugin and other quirks - Also deactivate the overlay which destroys the CK Editor
- Contains textcomplete from my pull request https://github.com/yuku-t/jquery-textcomplete/pull/253 - Basically compatible with the tabs plugin and other quirks - Also deactivate the overlay which destroys the CK Editor
We are using the commercial EasyRedmine extensions and HTML which seems to be based on CKEditor as well.
When typing @ there is no popup with the user names.
Could this be fixed?
We might be able to sponsor the fixing of this issue.
The text was updated successfully, but these errors were encountered: