-
Bug
-
Resolution: Fixed
-
High
-
1.0.5
-
None
-
true
After following the proposed upgarade to V. 1.0.5. we encontered the following issue:
When I try to place the cursor on a certain line and want to enter Text, two unusual things happen:
- The cursor is misplaced between lines
- editing occurs one line below where the cursor is positioned
We are using Firefox V 16.0.2 and Confluence in version 4.3.2
Regards
Peter
- is caused by
-
SOURCE-59 Hyperlinks with underscore characters not show up in source editor
-
- Closed
-
[SOURCE-80] The cursor is not at the location where editing takes place
Workflow | Original: Confluence Bug Workflow [ 448603 ] | New: New Confluence Default Workflow [ 466584 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Fix Version/s | New: 1.0.6 [ 29503 ] | |
Fix Version/s | Original: 1.0.x-Backlog [ 25890 ] |
Fix Version/s | New: 1.0.x-Backlog [ 25890 ] |
Priority | Original: Minor [ 4 ] | New: Critical [ 2 ] |
Status | Original: New [ 10034 ] | New: Open [ 1 ] |
Apologies.
CSS fix for making sure underscores were visible (
SOURCE-59) had the side-effect of confusing CodeMirror (the code editor used by the plugin) in how it calculates the line height for cursor positioning. Adjusted the fix to work around this limitation.Tested in Chrome 23, FF16, IE8 and IE9.