<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.kde.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.6"
          urlbase="https://bugs.kde.org/"
          
          maintainer="sysadmin@kde.org"
>

    <bug>
          <bug_id>284829</bug_id>
          
          <creation_ts>2011-10-23 22:33:49 +0000</creation_ts>
          <short_desc>Typing a URL with uppercase don&apos;t always works</short_desc>
          <delta_ts>2012-04-26 23:37:33 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>10</classification_id>
          <classification>Unmaintained</classification>
          <product>rekonq</product>
          <component>general</component>
          <version>0.7.92</version>
          <rep_platform>Ubuntu</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>NOR</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="DanaKil">zedanakil</reporter>
          <assigned_to name="Andrea Diamantini">adjam7</assigned_to>
          <cc>zedanakil</cc>
          
          <cf_commitlink></cf_commitlink>
          <cf_versionfixedin></cf_versionfixedin>
          <cf_sentryurl></cf_sentryurl>
          <votes>0</votes>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1176545</commentid>
    <comment_count>0</comment_count>
    <who name="DanaKil">zedanakil</who>
    <bug_when>2011-10-23 22:33:49 +0000</bug_when>
    <thetext>Version:           0.7.92 (using KDE 4.7.2) 
OS:                Linux

Typing some url with uppercase won&apos;t always works. It launches the default search engine (google in my case). They always works in Firefox or Chrome (linux).

works:
pageperso.free.fr
pageperso.free.Fr
pageperso.Free.fr

don&apos;t works :
PAGEPERSO.FREE.FR
pageperso.Free.Fr

interestingly, it always works for dot.kde.org (DOT.KDE.ORG, etc.).


Reproducible: Always

Steps to Reproduce:
Type the previous examples (PAGEPERSO.FREE.FR, ...) in the address bar.

Actual Results:  
The input seems to not be recognized as a valid URL.

Expected Results:  
The website should be found (as in Firefox or Chrome).</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1246744</commentid>
    <comment_count>1</comment_count>
    <who name="Andrea Diamantini">adjam7</who>
    <bug_when>2012-04-16 15:43:34 +0000</bug_when>
    <thetext>Git commit e74a926619924a5d49f462e6707462db2c545f35 by Andrea Diamantini.
Committed on 16/04/2012 at 17:49.
Pushed by adjam into branch &apos;master&apos;.

Let rekonq work everytime with uppercase digited urls

M  +3    -2    src/urlbar/urlresolver.cpp

http://commits.kde.org/rekonq/e74a926619924a5d49f462e6707462db2c545f35</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1246745</commentid>
    <comment_count>2</comment_count>
    <who name="Andrea Diamantini">adjam7</who>
    <bug_when>2012-04-16 15:44:24 +0000</bug_when>
    <thetext>Git commit 95ae6a876b414f20b3aca64c6b5bce3e372b2199 by Andrea Diamantini.
Committed on 16/04/2012 at 17:49.
Pushed by adjam into branch &apos;Branches.0.9&apos;.

Let rekonq work everytime with uppercase digited urls

Backported from master branch

M  +3    -2    src/urlbar/urlresolver.cpp

http://commits.kde.org/rekonq/95ae6a876b414f20b3aca64c6b5bce3e372b2199</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1249241</commentid>
    <comment_count>3</comment_count>
    <who name="Andrea Diamantini">adjam7</who>
    <bug_when>2012-04-24 15:16:51 +0000</bug_when>
    <thetext>Git commit 4c0ad2049f3b49590a7d19f89ebcb767c3c15283 by Andrea Diamantini.
Committed on 24/04/2012 at 16:47.
Pushed by adjam into branch &apos;master&apos;.

Clean up url management

- Let ftp url(s) work again
- Do NOT check url twice via KUriFilter (removed MainWindow::filterUrl)
- ensure we are lowering just http url hosts
- mailto via urlbar handling
Related: bug 298114

M  +4    -37   src/mainwindow.cpp
M  +0    -7    src/mainwindow.h
M  +9    -1    src/protocolhandler.cpp
M  +7    -6    src/urlbar/urlresolver.cpp
M  +4    -0    src/webpage.cpp

http://commits.kde.org/rekonq/4c0ad2049f3b49590a7d19f89ebcb767c3c15283</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1249960</commentid>
    <comment_count>4</comment_count>
    <who name="Andrea Diamantini">adjam7</who>
    <bug_when>2012-04-26 23:37:33 +0000</bug_when>
    <thetext>Git commit 6a9e1ed2d94202eb1c7b334b1020abad64d8226f by Andrea Diamantini.
Committed on 24/04/2012 at 16:47.
Pushed by adjam into branch &apos;Branches.0.9&apos;.

Clean up url management

- Let ftp url(s) work again
- Do NOT check url twice via KUriFilter (removed MainWindow::filterUrl)
- ensure we are lowering just http url hosts
- mailto via urlbar handling
Related: bug 298114

Conflicts:

	src/mainwindow.cpp

Backporting from master with the needed fixes

M  +1    -0    src/mainwindow.cpp
M  +9    -1    src/protocolhandler.cpp
M  +7    -6    src/urlbar/urlresolver.cpp
M  +4    -0    src/webpage.cpp

http://commits.kde.org/rekonq/6a9e1ed2d94202eb1c7b334b1020abad64d8226f</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>