Summary: | Calculator isn't triggering in some situations with floating point numbers | ||
---|---|---|---|
Product: | [Plasma] krunner | Reporter: | Wyatt Childers <kdebugs.81do7> |
Component: | calculator | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | me, simonandric5 |
Priority: | NOR | ||
Version: | 5.0 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/krunner/e709270d49be919405ece827f37e43f393cdd254 | Version Fixed In: | 5.6 |
Sentry Crash Report: |
Description
Wyatt Childers
2014-10-20 00:07:27 UTC
Confirmed. This seems to be problem with the KRunner Framework. Here is the offending commit - commit c1a347df696ec9260b9965fe9deff6589d44a9fb Author: Marco Martin <notmart@gmail.com> Date: Tue May 27 19:59:56 2014 +0200 add some heuristics to recognize urls QUrl::fromUserInput is way more stupid than KProtocolInfo It will produce an http url from pretty much any string, so ignore http urls of words without a dot (ie kde.org will become http://kde.org but kde will not be considered an url) Git commit e709270d49be919405ece827f37e43f393cdd254 by Vishesh Handa. Committed on 21/11/2014 at 18:06. Pushed by vhanda into branch 'master'. Do not detect anything with a '.' as a NetworkLocation One can also uses a decimal point in a calculator. REVIEW: 121201 FIXED-IN: 5.6 M +4 -1 autotests/runnercontexttest.cpp M +8 -4 src/runnercontext.cpp http://commits.kde.org/krunner/e709270d49be919405ece827f37e43f393cdd254 |