Opened 7 years ago
Closed 7 years ago
#4704 closed defect (fixed)
OMNotebook: Cellcursor not updated correctly
Reported by: | Henning Kiel | Owned by: | arunkumar palanisamy |
---|---|---|---|
Priority: | high | Milestone: | 1.13.0 |
Component: | OMNotebook | Version: | |
Keywords: | Cc: |
Description
Steps to reproduce:
- Create a new notebook
- add two input cells
- evaluate all (to show output area)
- select first cell's input area (cell cursor is on first cell)
- select second cell's output area
- click on first cell's input area
-> bug: first cell is not selected
cell cursor is still shown on second cell
you cannot type into input of first cell, though you can select texts there and the cursor position shown in lower status bar is "updated correctly" according to first cell's input area
-> recover by clicking in output area of first cell to correct the cell cursor and then select input area to start typing
Change History (2)
comment:1 by , 7 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 7 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in OMNotebook#48