KDE Bug Tracking System
Home
Report New Wish or Bug
Query Existing Reports
First
Last
Prev
Next
No search results available
Search page
Bug
136181
:
Bad newline character representation.
P
roduct
:
kspread
Co
m
ponent
:
general
Status
:
RESOLVED
Resolution
:
FIXED
Target
:
---
Version
:
unspecified
Pr
i
ority
:
NOR
Severity
:
normal
V
otes
:
2
Description
:
Opened:
2006-10-23 13:39
Last Changed:
2006-10-25 10:22:23
Version: 1.6.0 (using KDE 3.5.5, Debian Package 4:3.5.5a-1 (testing/unstable)) Compiler: Target: i486-linux-gnu OS: Linux (i686) release 2.6.17-ck1-p4s When you enter a newline character on the cell(see
http://bugs.kde.org/show_bug.cgi?id=136180
) and you don't enable the word wrapping on that cell, then new character is represented by a weird character.
Comment
#1
Stefan Nikolaus 2006-10-25 10:22:23
Bah, wrong number. Closing. SVN commit 598972 by nikolaus: Fix "Lower cell line delimiter disappears" BUG: 136179 M +5 -0 kspread_editors.cc --- branches/koffice/1.6/koffice/kspread/kspread_editors.cc #598971:598972 @@ -1199,6 +1199,11 @@ return true; } } + else if ( k->state() & Qt::ShiftButton && ( k->key() == Key_Return || k->key() == Key_Enter ) ) + { + // enable content wrapping + d->cell->format()->setMultiRow( true ); + } // End choosing. May be restarted by CellEditor::slotTextChanged if ( e->type() == QEvent::KeyPress && !k->text().isEmpty() ) {
P
latform
:
unspecified
O
S
:
Linux
K
eywords
:
U
RL
:
People
Reporter
:
Raúl
Assigned To
:
KSpread Bugs
Related actions
View Bug Activity
Format For Printing
XML
Clone This Bug
Note
You need to
log in
before you can comment on or make changes to this bug.
Attachments
Add an attachment
(proposed patch, testcase, etc.)
Depends on
:
B
locks
:
Show dependency tree
-
Show dependency graph
First
Last
Prev
Next
No search results available
Search page
Actions
Reports
Requests
Reports
Bugs reported today
Bugs reported in the last 3 days
Bug reports with patches
Weekly Bug statistics
The most hated bugs
The most severe bugs
The most frequently reported bugs
The most wanted features
Junior Jobs
Report ownership counts and charts
My Account
New Account
Log In