manox14 / arora

Automatically exported from code.google.com/p/arora
0 stars 0 forks source link

[Patch] Back button dropdown menu items go to wrong site #687

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
If you have a webpage rendering issue (aka bug in QtWebKit) it should be filed 
on bugs.webkit.org.  If you are 
unsure you can file it here and we will let you know.

What steps will reproduce the problem?
1. Visit 4 websites in same tab, for example xkcd, slashdot, freshmeat, and 
google in that order.
2. Click the back button. Arora goes back to freshmeat.
3. Click the arrow next to back button and select slashdot from the menu.

What is the expected output? What do you see instead?
Arora goes back to xkcd instead of slashdot.

What version of the product are you using? On what operating system?
0.10.1 on 64-bit linux.

Please provide any additional information below.
This happens because arora uses total number of history items (which includes 
those in the forward menu) to 
calculate where to go. Attached patch fixes it.

Original issue reported on code.google.com by lone...@kapsi.fi on 6 Oct 2009 at 10:44

Attachments: