https://bugs.documentfoundation.org/show_bug.cgi?id=150326
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|RESOLVED |REOPENED Resolution|NOTABUG |--- --- Comment #5 from [email protected] --- (In reply to Dieter from comment #4) > I don't think, this is a bug: > > Example with aaa has indent at 0,64 cm and tab stop with underlined as fill > character at 1,27 cm. "aaa" is at the level of paragraph indent. If you > press tab key "aaa" jumps to 1,27 cm with underlined as fill character > > Example with "ccc" has intend and first tab stop at 0,64 cm. So if you press > tab stop at the beginning of the paragraph ist jumps to to tab stop 1,27 cm > with underlined as fill character. > > => RESOLVED NOTABUG In tabBad.odt, put cursor at beginning-of-line, hit Tab: cursor moves to indent at 6.4 mm; aaa moves to tab stop with underlined as fill character from 6.4 mm to 12.7 mm: cursor is at 6.4 mm, not at 12.7 mm, where aaa is. On the other hand, from the beginning-of-line, hit arrowRight: cursor moves to indent at 6.4 mm, where aaa is; hit Tab: cursor and aaa move to tabStop at 12.7 mm, with (as expected) fill character from 6.4 mm to 12.7 mm. This may not be a bug, but this inconsistent, bizarre behaviour, with partial filling from indent at 6.4 mm to tabStop at 12.7 mm, could be avoided if the Tab key ignored indents and led to tabStops only. Conclusion: Make the Tab key ignore indent, obey tabStops only. -- You are receiving this mail because: You are the assignee for the bug.
