provide navigation for internal (help) about: pages
Categories
(Thunderbird :: Mail Window Front End, enhancement, P2)
Tracking
(Not tracked)
People
(Reporter: vtol, Assigned: Paenglab)
References
Details
Attachments
(1 file)
3.20 KB,
patch
|
mkmelin
:
review+
|
Details | Diff | Splinter Review |
Whilst Tb does not provide an URL bar the internal about:
pages are only accessible/exposed via about:support
(help -> troubleshooting information).
This being stepping stone to other about:
pages, however once reached such page there is no way to return to about:support
, unless it would be expected with backspace
which though however is not working (TB 69.0b4 (64-bit) on W10).
It thus requires to open again about:support
via help -> troubleshooting information. That is a bit cumbersome and it would be welcome if navigation (back/forth) would be possible.
Updated•1 year ago
|
Comment 1•1 year ago
|
||
I agree. Also bad that when you're looking for add-ons, there is a point of no return/back.
Updated•1 year ago
|
Comment 2•1 year ago
|
||
Moving that back to "normal", it's actually quite annoying, see bug 1579725.
Please forget about a 'going back' function that is just as bad. That still means closing of information which you have just opened.
I need it to simply open in a new tab, so both are visible and anything else I open from links within Troubleshooting Information stays open independently.
I do not want to go back and forth like a yoyo. It's already a pain in the butt with that being added to the new menu/hamburger - removing the quick view hover over that speeds up processing was one of the most stupid things that occurred recently - I'm not interested in additional load of clicking just to get views and then go back and then go forward etc. That nonintuitive process that requires and assumes you already know the entire menu before you look at it. It is driving me potty with all these useless gimmicks being copied directly from Firefox. They just do not work very well in Thunderbird.
So please, open every link from Troubleshooting Information in a new tab.
Comment 4•9 months ago
|
||
Richard, I think you worked on the location bar in the past. Ideas?
Assignee | ||
Comment 5•9 months ago
|
||
I removed this rule https://searchfox.org/comm-central/rev/1e852ca98a90f42c6dcab821fec4c0f1124b0953/mail/themes/shared/mail/tabmail.css#359 to show the location bar. It shows then about:support in it but when clicking on a link to an other about page the location bar doesn't show the new URL. I don't know what happens here.
For comment 3: we could add a target="_blank"
to every link (where possible) to let the page open in a new tab.
Assignee | ||
Comment 6•8 months ago
|
||
I've added the target="_blank"
to the links to let the other pages open in a new tab.
Comment 7•8 months ago
|
||
Comment on attachment 9151325 [details] [diff] [review] 1577823-aboutSupport-target-new.patch Review of attachment 9151325 [details] [diff] [review]: ----------------------------------------------------------------- Makes sense! r=mkmelin
Updated•8 months ago
|
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/a28b4bfd0622
Use target="_blank" in about:support to open new tabs for other about: pages. r=mkmelin
Description
•