Bug 72800 - Detaching a tab should not default to reloading the page
Summary: Detaching a tab should not default to reloading the page
Status: CONFIRMED
Alias: None
Product: konqueror
Classification: Applications
Component: tabbing (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
: 73297 117955 148194 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-01-17 08:10 UTC by Lucius Chiaraviglio
Modified: 2007-10-03 20:03 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lucius Chiaraviglio 2004-01-17 08:10:11 UTC
Version:            (using KDE KDE 3.1)
Installed from:    Compiled From Sources
Compiler:          gcc 3.2.1 
OS:          Linux

Detaching a tab causes the page that was in the tab to be reloaded when it is displayed as a separate page.  As a result, any data entered on the page (such as in form fields) is lost.  A better behavior would be to redraw the page with its existing data, etc. so that the user wouldn't lose anything.  In the unlikely event that the page really did need reloading, the user could reload it manually as is done on other occasions, and would thus have a chance to save form field data by copying and pasting to another application.
Comment 1 Sashmit Bhaduri 2004-01-19 21:50:26 UTC
agreed. I'm not really familiar with how detaching works in Konqueror, but it seems like the view might be better off reparented rather than the url being passed into a new main window. This might be non-trivial with kparts, although i'm not really qualified to talk about that :)
Comment 2 Stephan Kulow 2004-01-23 11:39:49 UTC
*** Bug 73297 has been marked as a duplicate of this bug. ***
Comment 3 Stephan Binner 2005-12-10 14:57:24 UTC
*** Bug 117955 has been marked as a duplicate of this bug. ***
Comment 4 Bram Schoenmakers 2007-07-25 20:23:56 UTC
*** Bug 148194 has been marked as a duplicate of this bug. ***
Comment 5 premierSullivan 2007-10-03 20:03:56 UTC
The same thing happens when you duplicate tabs, but the solution, I would guess, would be slightly different (duplicating rather than re-parenting a kpart).  

Also, if we want to talk about use cases, consider flashy, form based websites... usually, they don't like being reloaded, often the break or return to the homepage or get pissy.  Also, reloading is a waste of bandwidth.

What is the status of this in kde 4?