Summary: | Ctrl-C copies unlocalized number to the clipboard | ||
---|---|---|---|
Product: | [Applications] kcalc | Reporter: | Johannes Sixt <johannes.sixt> |
Component: | general | Assignee: | Klaus Niederkrüger <kniederk> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | logistikka, xsov |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Johannes Sixt
2005-12-14 22:23:27 UTC
still a bug in KDE 3.5.5 still a bug in KDE 3.5.7 Why was this bug changed to whishlist? From a localized point of view (I'd guess most of us do not run C-locale) this is definitely a bug. still a bug in KDE 3.5.8 still a bug in KDE 3.5.9 *** Bug 147330 has been marked as a duplicate of this bug. *** still a bug in KDE 3.5.10 SVN commit 894670 by brandybuck: BUG: 118347 Copy was selecting from internal KNumber value for decimal numbers. Changed this to always select from displayed text. This preserves any locale format (radix, grouping, etc). Also backported to 3.5 branch. M +7 -11 kcalcdisplay.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=894670 |