QupZilla / qupzilla

Cross-platform Qt web browser
http://www.qupzilla.com
GNU General Public License v3.0
1.11k stars 349 forks source link

Inline completion for URLs not taking visit counter/date into account #2471

Closed Grarap closed 6 years ago

Grarap commented 6 years ago

Affected: QupZilla 2.1.2. I'll use a real-life example below.

Steps to reproduce:

  1. Visit youtube-mp3.org.
  2. Start entering youtube.com. It will suggest youtube-mp3.org which is expected behaviour.
  3. Start entering youtube.com again. It will suggest youtube-mp3.org again which may be considered expected behaviour (both URLs have been visited one time each so why not go by alphabetical order? Still sorting by date would be nice).
  4. Start entering youtube.com for the third time. It will still suggest youtube-mp3.org which is not expected behaviour. youtube.com should be suggested.
Grarap commented 6 years ago

Possible bug fix in https://phabricator.kde.org/D8205, as proposed by nowrep.

Note: The behaviour will be such that after having visited aaa.com one hundred times and aab.com one single time after that, the next inline completion suggestion for 'aa' will be aab.com. It can be discussed whether that is correct behaviour but I think it is good enough for now.