Summary: | WebKit does not honour "Open links in new tab instead of new window", KHTML ok | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | Jonathan Marten <jjm> |
Component: | general | Assignee: | Konqueror Developers <konq-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | adawit |
Priority: | NOR | ||
Version: | Git | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
URL: | http://api.kde.org/ | ||
Latest Commit: | http://commits.kde.org/kwebkitpart/fe6c0f09de0cb550aafa9b2ad0c3d973a0e5a892 | Version Fixed In: | |
Sentry Crash Report: |
Description
Jonathan Marten
2012-11-06 13:16:19 UTC
Review requested at https://git.reviewboard.kde.org/r/107238/ I cannot reproduce this. When I click on the link you mentioned in step #4, the link opens in a new tab for me. What is your default browser engine set to in Konqueror's configuration dialog ? Step 4 should be OK - a new tab opens in KHTML. The problem is step 7 - in WebKit a new window opens where a new tab would be expected. Default browser engine is set to WebKit. Any new browser windows correctly open in WebKit. View - View Mode menu lists WebKit, KHTML, Embedded Advanced Text Editor in that order. WebKit is ticked. (In reply to comment #3) > Step 4 should be OK - a new tab opens in KHTML. > The problem is step 7 - in WebKit a new window opens where a new tab would > be expected. I was talking about the link in that step, not the step itself. I did the test with the webkit engine since that is what I use personally. Ahh... I see the problem now. You are using the default Konqueror settings and I have the "Open popups in a new tab instead of in new window" option checked. That was why I was not able to reproduce this issue. I guess to KHTML defines popups as those windows created as a result of a javascript based action. Git commit fe6c0f09de0cb550aafa9b2ad0c3d973a0e5a892 by Jonathan Marten. Committed on 20/11/2012 at 12:56. Pushed by marten into branch 'master'. Honour Konqueror's "Open links in new tab instead of in new window" option. REVIEW:107238 M +2 -2 src/webpage.cpp http://commits.kde.org/kwebkitpart/fe6c0f09de0cb550aafa9b2ad0c3d973a0e5a892 |