From 6b2726de52d9f4ab1bff83eb45e5e9b75148e7cd Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 26 May 2014 14:43:24 +0200 Subject: [PATCH] TODO += webinspector --- TODO | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TODO b/TODO index e8236db3c..58e12d298 100644 --- a/TODO +++ b/TODO @@ -81,6 +81,9 @@ Improvements / minor features - Copy link location on crash mail should not copy mailto: - Drag&Drop of tabs to other windows - Use QNetworkAccessManager per QWebPage again so we can set proxy per tab. +- How do we handle webinspector and tabswitching? One inspector per tab? + The current approach has the problem the webinspector tab gets switched + because we need to hide/show it. hints -----