Closed
Bug 96734
Opened 24 years ago
Closed 24 years ago
Using tab or shift+tab does not always work between cells - i.e. when text in the cell is in heading, preformat, address format etc.
Categories
(Core :: DOM: Editor, defect)
Core
DOM: Editor
Tracking
()
People
(Reporter: TucsonTester2, Assigned: cmanske)
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:0.9.3+) Gecko/20010821
Netscape6/6.1b1
BuildID: 20010821
If there is a paragraph formatted anything other than regular "body text" then
there is a problem using the tab and shift+tab to navigate between the cells of
the table. Instead of navigating the table the tab key will enter in spaces.
Reproducible: Always
Steps to Reproduce:
1.Open Composer
2.Click on the table button on the toolbar and create a (1 row by 3 colums) table
3.In each cell type in test
4.Highlight the text in the center cell and click on the paragraph format drop
down menu in the toolbar and choose heading one
5.click in the first cell to place the cursor in it
6.Hit the tab key twice
7.Use shift+tab next
Actual Results: The tab key only added in spaces in the cell instead of
advancing through the cells. Another problem is if you use the shift+tab to
move back it does nothing at all in the cells either.
Expected Results: I expect that when I use the tab and shift+tab that the
cursor will move from cell to cell in the proper direction, instead of adding
spaces to the the text.
after every tab in a cell that is paragraph formatted other than body text the
following html is added instead:
;
Comment 1•24 years ago
|
||
-->cmanske
| Assignee | ||
Comment 3•24 years ago
|
||
*** This bug has been marked as a duplicate of 92287 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•