Closed
Bug 69132
Opened 24 years ago
Closed 24 years ago
Cannot type in table using mouse click, have to use TAB -- missing br
Categories
(Core :: DOM: Editor, defect, P3)
Tracking
()
VERIFIED
FIXED
mozilla0.9.5
People
(Reporter: shrir, Assigned: mozeditor)
Details
(Whiteboard: EDITORBASE; 1 day; [behavior][html])
Attachments
(1 file)
|
2.71 KB,
text/html
|
Details |
I was composing a page with tabular description of the OJI features when I
stumbled upon this. All I did was highlight an existing table from one file
(which I will attach) and pasted it in a new composer window (that saves me the
labour of creating a new table and entering the headings)
Now, I added a row to the table by right clicking and adding a 'Row Below'
Since I could not add any more rows, I double clicked in the table and added 4
more rows in the Table Properties dialog.
That's it. Now whenever I click with the mouse inside any cell, I just cannot
enter anything. The ccaret just stays there.However, TAB works, if I tab from
one cell to its adjacent cell, the cursor apprars small and on top if the
eisting cell...however typing works and cut/paste works too (which does not work
usually if I click with mouse)
attaching testcase...
| Reporter | ||
Comment 1•24 years ago
|
||
| Reporter | ||
Comment 2•24 years ago
|
||
open the above file in composer and click in the third row after the OJI text
and then click with mouse and try to type. Also try using TAB(and see caret
size/position)
Comment 3•24 years ago
|
||
reassign to jfrancis
it seems to be the cell without a br in it, once that cell has a br (and I tried
a nbsp) and it works fine!
Assignee: beppe → jfrancis
| Assignee | ||
Comment 4•24 years ago
|
||
dollars to donuts that this is the result of the table cells somehow failing to
get br's in them.
Status: NEW → ASSIGNED
Priority: -- → P3
Target Milestone: --- → mozilla0.9.1
| Assignee | ||
Updated•24 years ago
|
Target Milestone: mozilla0.9.1 → mozilla0.9.2
Comment 5•24 years ago
|
||
can you somehow test for empty cells and drop in a br?
Keywords: correctness
Summary: Cannot type in table using mouse click, have to use TAB → Cannot type in table using mouse click, have to use TAB -- missing br
Whiteboard: [behavior][html]
Target Milestone: mozilla0.9.2 → mozilla1.0
| Assignee | ||
Comment 6•24 years ago
|
||
i beleive this will be fixed by mork i'm doing on an 095 bug. 095
Target Milestone: mozilla1.0 → mozilla0.9.5
| Assignee | ||
Updated•24 years ago
|
Whiteboard: [behavior][html] → EDITORBASE; 1 day; [behavior][html]
| Assignee | ||
Comment 7•24 years ago
|
||
fixed
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•