1
0
mirror of https://github.com/gnosygnu/xowa.git synced 2026-03-02 03:49:30 +00:00

Search: Wait for page to load before displaying search results [#606]

This commit is contained in:
gnosygnu
2019-11-17 15:57:35 -05:00
parent e2aa551feb
commit 5ddf50d5b5
4 changed files with 15 additions and 3 deletions

View File

@@ -67,6 +67,7 @@ public class Xog_tab_itm_read_mgr {
html_itm.Scroll_page_by_bmk_gui();
else
Gfo_invk_.Invk_by_val(tab.Html_itm().Cmd_async(), Xog_html_itm.Invk_html_elem_focus, Xog_html_itm.Elem_id__xowa_edit_data_box); // NOTE: must be async, else won't work; DATE:2014-06-05
new_page.Tab_data().Gui_loaded_y_();
}
public static void Update_selected_tab_blank(Xog_win_itm win) {Update_selected_tab(win, null, null);} // called when all tabs are null
public static void Update_selected_tab(Xog_win_itm win, Xoa_url url, Xoa_ttl ttl) {