| Summary: | Inspect element | ||
|---|---|---|---|
| Product: | [Applications] Falkon | Reporter: | Volk <Templar.Volk> |
| Component: | extensions | Assignee: | David Rosca <nowrep> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | https://commits.kde.org/falkon/cba7f32666efc82a2c14d7c134bf71264c38d8c1 | Version Fixed/Implemented In: | 3.1.0 |
| Sentry Crash Report: | |||
| Attachments: | How the dev tools open when i click on inspect element | ||
Git commit cba7f32666efc82a2c14d7c134bf71264c38d8c1 by David Rosca. Committed on 24/12/2018 at 19:58. Pushed by drosca into branch 'master'. WebTab: Fix size of web inspector in splitter FIXED-IN: 3.1.0 M +2 -1 src/lib/webengine/webinspector.h M +2 -0 src/lib/webtab/webtab.cpp https://commits.kde.org/falkon/cba7f32666efc82a2c14d7c134bf71264c38d8c1 |
Created attachment 114482 [details] How the dev tools open when i click on inspect element When i click on inspect element with the dev tools closed, they dont focus on that element. It just opens (and takes the entire screen but that's another issue) showing only the <html> node, none of the other elements are open to show the element i clicked. If i inspect element with the dev tools open it works properly.