[kdeplasma-addons] [Bug 371023] Plasma 5 Web Browser widget in KDE5 is totally not usable compared with KDE4 version
https://bugs.kde.org/show_bug.cgi?id=371023 --- Comment #10 from Kai Uwe Broulik --- Git commit 0319b3e9c96f193d6212b9a6d90f29b39cfda594 by Kai Uwe Broulik. Committed on 26/03/2018 at 14:12. Pushed by broulik into branch 'master'. [WebBrowser Plasmoid] Support opening external links This implements a context menu for opening links externally. There is unfortunately currently no way to add custom context menu entries to WebEngineView's context menu, so the link menu is completely replaced. It also lets websites open new windows and fixes target="_blank" links including a popup blocker. Differential Revision: https://phabricator.kde.org/D11606 M +74 -2applets/webbrowser/package/contents/ui/main.qml https://commits.kde.org/kdeplasma-addons/0319b3e9c96f193d6212b9a6d90f29b39cfda594 -- You are receiving this mail because: You are watching all bug changes.
[kdeplasma-addons] [Bug 371023] Plasma 5 Web Browser widget in KDE5 is totally not usable compared with KDE4 version
https://bugs.kde.org/show_bug.cgi?id=371023 --- Comment #9 from Nate Graham --- (In reply to Murz from comment #8) > I test it on KDE 4.12.80 - works great, thanks!!! Great! (I assume you mean KDE Plasma 5.12.80) > Can you add please a context menu "Open link in external browser" to page > links? Also implement same function via middle-click on link? That's being worked on in https://phabricator.kde.org/D11606 -- You are receiving this mail because: You are watching all bug changes.
[kdeplasma-addons] [Bug 371023] Plasma 5 Web Browser widget in KDE5 is totally not usable compared with KDE4 version
https://bugs.kde.org/show_bug.cgi?id=371023 --- Comment #8 from Murz --- I test it on KDE 4.12.80 - works great, thanks!!! Can you add please a context menu "Open link in external browser" to page links? Also implement same function via middle-click on link? -- You are receiving this mail because: You are watching all bug changes.
[kdeplasma-addons] [Bug 371023] Plasma 5 Web Browser widget in KDE5 is totally not usable compared with KDE4 version
https://bugs.kde.org/show_bug.cgi?id=371023 Kai Uwe Broulik changed: What|Removed |Added Latest Commit||https://commits.kde.org/kde ||plasma-addons/30c6d45645090 ||41138d36087c0a7839dfcbed7a5 Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED Version Fixed In||5.13.0 --- Comment #7 from Kai Uwe Broulik --- Git commit 30c6d4564509041138d36087c0a7839dfcbed7a5 by Kai Uwe Broulik. Committed on 15/02/2018 at 09:47. Pushed by broulik into branch 'master'. [WebBrowser Plasmoid] Port to QtWebEngine QtWebkit is old, unmaintained, possibly insecure, and also has quite a few bugs nowadays. This also adds a couple of smaller features while at it: * Reload button turns into a Stop button while loading * Cursor changes shape over links * Address bar selects all text when clicked to ease typing a completely new address * Browser forward/back button on the mouse work as well as a slew of features brought in by QtWebEngine, such as: * Text selection support * Context menu with "Copy link" and others Related: bug 361939 FIXED-IN: 5.13.0 Differential Revision: https://phabricator.kde.org/D10039 M +1-1applets/CMakeLists.txt A +13 -0applets/webbrowser/CMakeLists.txt R +0-0applets/webbrowser/package/contents/config/main.xml [from: applets/webbrowser/contents/config/main.xml - 100% similarity] R +57 -7applets/webbrowser/package/contents/ui/main.qml [from: applets/webbrowser/contents/ui/main.qml - 057% similarity] R +0-0applets/webbrowser/package/metadata.desktop [from: applets/webbrowser/metadata.desktop - 100% similarity] https://commits.kde.org/kdeplasma-addons/30c6d4564509041138d36087c0a7839dfcbed7a5 -- You are receiving this mail because: You are watching all bug changes.
[kdeplasma-addons] [Bug 371023] Plasma 5 Web Browser widget in KDE5 is totally not usable compared with KDE4 version
https://bugs.kde.org/show_bug.cgi?id=371023 Nate Graham changed: What|Removed |Added CC||pointedst...@zoho.com -- You are receiving this mail because: You are watching all bug changes.
[kdeplasma-addons] [Bug 371023] Plasma 5 Web Browser widget in KDE5 is totally not usable compared with KDE4 version
https://bugs.kde.org/show_bug.cgi?id=371023 --- Comment #6 from Sebastian Kügler --- Sure, when it bubble up on my todo list. See comment#4... -- You are receiving this mail because: You are watching all bug changes.
[kdeplasma-addons] [Bug 371023] Plasma 5 Web Browser widget in KDE5 is totally not usable compared with KDE4 version
https://bugs.kde.org/show_bug.cgi?id=371023 --- Comment #5 from Murz --- I would like to help, but I'm not a programmer, so I can only help in testing the functionality. I understand that fixing this need time, but maybe you can find time to fix small but most annoying issues? For example, can you at first - fix right click menu and opening link in external browser via middle click? -- You are receiving this mail because: You are watching all bug changes.
[kdeplasma-addons] [Bug 371023] Plasma 5 Web Browser widget in KDE5 is totally not usable compared with KDE4 version
https://bugs.kde.org/show_bug.cgi?id=371023 Sebastian Kügler changed: What|Removed |Added CC||se...@kde.org --- Comment #4 from Sebastian Kügler --- It won't, it means that some things have to be rewritten. This uncertainty in which engine rendering web content to use is a major hurdle in getting a stable feature set. Knowing that one tech is going away doesn't exactly motivate the work on features, so sometimes things get left by the wayside. That said, it's not hard to implement those features, it's just not very high on my list of priorities. If anyone would like to work on it, I can certainly provide mentorship. Just drop me an email if you're interested. -- You are receiving this mail because: You are watching all bug changes.
[kdeplasma-addons] [Bug 371023] Plasma 5 Web Browser widget in KDE5 is totally not usable compared with KDE4 version
https://bugs.kde.org/show_bug.cgi?id=371023 --- Comment #3 from Murz --- Seems that current "Web Browser" plasmoid widget use QTWebKit library for display page. In Qt 5.6 Qt WebKit is a deprecated module: https://wiki.qt.io/New_Features_in_Qt_5.6#Deprecated_Modules Maybe moving to Qt WebEngine will solve usabililty issues? -- You are receiving this mail because: You are watching all bug changes.
[kdeplasma-addons] [Bug 371023] Plasma 5 Web Browser widget in KDE5 is totally not usable compared with KDE4 version
https://bugs.kde.org/show_bug.cgi?id=371023 fazillatheef changed: What|Removed |Added CC||fazillath...@gmail.com --- Comment #2 from fazillatheef --- Glad I saw this reported. Now at least there is hope. It should have at least the zoom feature. I was looking at this link(https://vizzzion.org/blog/2011/01/slicing-up-the-web/) and learnt that it used to have many features. -- You are receiving this mail because: You are watching all bug changes.
[kdeplasma-addons] [Bug 371023] Plasma 5 Web Browser widget in KDE5 is totally not usable compared with KDE4 version
https://bugs.kde.org/show_bug.cgi?id=371023 Cqoicebordel changed: What|Removed |Added CC||david.bar...@wanadoo.fr --- Comment #1 from Cqoicebordel --- Confirmed, what is available from a dev POV isn't very strong or useful. -- You are receiving this mail because: You are watching all bug changes.
[kdeplasma-addons] [Bug 371023] Plasma 5 Web Browser widget in KDE5 is totally not usable compared with KDE4 version
https://bugs.kde.org/show_bug.cgi?id=371023 Christoph Feck changed: What|Removed |Added Version|master |unspecified Product|plasmashell |kdeplasma-addons Assignee|k...@davidedmundson.co.uk|plasma-b...@kde.org Component|general |webbrowser Target Milestone|1.0 |--- -- You are receiving this mail because: You are watching all bug changes.