| Summary: | Tabed browsing: Rapid clicking not reliable | ||
|---|---|---|---|
| Product: | [Applications] konqueror | Reporter: | automailer |
| Component: | general | Assignee: | Konqueror Bugs <konqueror-bugs-null> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
automailer
2003-01-27 22:30:56 UTC
This bug is related to bug 47814, afaik there is only one background request at a time so if you try to open multiple tab at once they are interrupting each other even before the request succeed. A consequence of this is that slower internet connections will make you wait longer until the tab finally appears. My proposed solution (as a non-programmer) should be quite simple to realize: One could change the order of creating the new tab and loading the content. Creating a new empty tab (Ctrl+Shift+N) is instant, so use this existing feature to create the new tab first and only then try look up and load the requested URL. Hope a programmer will pick it up so we can close this and related bug reports. |