GnuCash
Contact   Instructions
Bug 343647 - [rfe] save tab/report location
Summary: [rfe] save tab/report location
Status: NEW
Alias: None
Product: GnuCash
Classification: Unclassified
Component: User Interface General (show other bugs)
Version: unspecified
Hardware: Other Linux
: Normal enhancement
Target Milestone: ---
Assignee: ui
QA Contact: Chris Shoemaker
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-01 20:14 EDT by Bill Wohler
Modified: 2007-04-20 05:17 EDT (History)
4 users (show)

See Also:


Attachments

Description Bill Wohler 2006-06-01 20:14:51 EDT
The report location is not remembered. Create a report that is a few pages long. Scroll down to the bottom of it, for example. Select another tab. Then select the original report. Note the view is now at the top of the report! When flipping back and forth between a (long) report and a register, this is very annoying! 

I would expect to see the *exact* same view when returning to a tab.
Comment 1 Andreas Köhler 2006-07-14 15:18:53 EDT
I am just trying to recall what i observed when I last looked at this bug.

The view changes because it focuses the next link!
This seems to be a gtk_widget_child_focus initiated by the GtkNotebook which gets passed down to the GtkHTMLEmbed(?) widget. But it has GtkDirectionType GTK_DIR_TAB_FORWARD (or BACKWARD too, dont know). This causes the gtkhtml widget to focus the next link. Clearly, we need some fix for that. Next please.
Comment 2 Bill Wohler 2008-07-12 03:41:02 EDT
Just checking my bugs to see if they are fixed, obsolete, or still
applicable.

Andreas, I think you are correct. If I move the focus to the bottom 
of the report, then when I move to another tab and then back again,
my view is still at the bottom of the report.

So this issue remains at large. However, it is of lower priority
than others I have reported, especially now that I know about
Window > New Window with Page :-).
Comment 3 Bill Wohler 2008-07-12 03:45:20 EDT
I forgot to mention: I'm currently at 2.2.4.

Note You need to log in before you can comment on or make changes to this bug.