#11823 closed defect (fixed)
dijit._editor.plugins.LinkDialog: disabled button for create link in Opera
Reported by: | Martin Grames | Owned by: | Jared Jurkiewicz |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | Editor | Version: | 1.5 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Tested in Opera 10.62 (Linux x86_64 version)
Possible solution: dojo/dijit/_editor/RichText.js, to function queryCommandEnabled add this code:
if(dojo.isOpera && command == "createlink"){ return true; }
Change History (10)
comment:1 Changed 10 years ago by
Milestone: | 1.5.1 → future |
---|
comment:2 Changed 10 years ago by
I don't understand this bug? Is it a request to disable create link? Or that it is disabled?
comment:4 Changed 10 years ago by
I still don't understand what you are wanting. Please be clear, specific, and descriptive. I'm assuming you mean the button is always disabled when it shouldn't be, but making assumptions is a bad way to work on bugs. Bugs need to be clear so the solutions done meet expectations.
comment:5 Changed 10 years ago by
I also experience this issue. "Create link" button is disabled in Opera by default. It becomes enabled ONLY when:
- You select text, using shift+keyboard arrows
- Or double-click on some word
comment:6 Changed 10 years ago by
Milestone: | future → 1.7 |
---|
comment:7 Changed 10 years ago by
Owner: | set to Jared Jurkiewicz |
---|
comment:8 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:9 Changed 10 years ago by
comment:10 Changed 10 years ago by
Note: See
TracTickets for help on using
tickets.
Opera isn't supported by dijit (as listed in the release notes for every single release).