Closed
Bug 661742
Opened 14 years ago
Closed 11 years ago
Implement Click-to-web
Categories
(Thunderbird :: Mail Window Front End, defect)
Thunderbird
Mail Window Front End
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: squib, Assigned: mconley)
References
Details
(Whiteboard: [wontfix?])
Attachments
(1 file, 3 obsolete files)
53.79 KB,
patch
|
Details | Diff | Splinter Review |
In content tabs, there doesn't seem to be a way to navigate back and forward. At minimum, we should add context menu items for them. Hotkeys (alt-left and alt-right) would be nice too. We could also hook up the "back" and "forward" toolbar buttons to navigate the page, but that's probably not necessary in the short term.
Comment 1•14 years ago
|
||
Is there a specific use case for this in Thunderbird currently? We originally kept it light weight because the only real uses of content tabs where single/few page versions. Although I guess AMO browsing might now be one case.
At the time we introduced content tabs, we felt that if extensions were providing content tabs which could navigate through sites, as they'd probably also want to think about security UI.
Comment 2•14 years ago
|
||
search results tabs is one use case.
Reporter | ||
Comment 3•14 years ago
|
||
Yeah, AMO and the opensearch add-on are the two cases I'm thinking of.
Assignee | ||
Updated•14 years ago
|
Depends on: tb-tabsontop
Assignee | ||
Comment 4•14 years ago
|
||
Here's my first run at giving back/forth capabilities to content tabs, as well as giving the user the ability to open links in content tabs, as well as their default browser.
Assignee: nobody → mconley
Assignee | ||
Updated•14 years ago
|
Summary: Allow navigating back/forward in content tabs → Implement Click-to-web
Assignee | ||
Updated•14 years ago
|
Target Milestone: --- → Thunderbird 11.0
Assignee | ||
Comment 5•14 years ago
|
||
Whoops, forgot to include a new file.
Attachment #579766 -
Attachment is obsolete: true
Reporter | ||
Comment 6•14 years ago
|
||
Do we actually want to default to opening links in content tabs? That seems wrong.
Assignee | ||
Comment 7•14 years ago
|
||
Some bit-rotting issues got fixed in this patch.
Attachment #579783 -
Attachment is obsolete: true
Assignee | ||
Comment 8•14 years ago
|
||
squib:
Not sure if it's going to be the default yet. Hopefully, the forthcoming Click-to-web Feature page will tell us more.
-Mike
Assignee | ||
Comment 9•14 years ago
|
||
Moved the URIUtils.js file to somewhere that makes more sense.
We now show an in-content dialog to allow the user to opt-in to Click-to-web. There's some nonsense wording in there right now that I need to fix still.
Attachment #579817 -
Attachment is obsolete: true
Comment 10•14 years ago
|
||
(In reply to Mike Conley (:mconley) from comment #8)
> squib:
>
> Not sure if it's going to be the default yet. Hopefully, the forthcoming
> Click-to-web Feature page will tell us more.
Url ?
Assignee | ||
Comment 11•14 years ago
|
||
Ludo:
I understood that Jb was going to create that feature page - CC'ing him for more information.
-Mike
Comment 12•14 years ago
|
||
This is on my Todo list. I'll propose a first version ASAP (tonight, maybe).
Comment 13•13 years ago
|
||
This bug is being revisited as the App Tab feature for gSoC: https://wiki.mozilla.org/Community:SummerOfCode12#Thunderbird, probably as gSoC
Updated•12 years ago
|
Target Milestone: Thunderbird 11.0 → ---
Reporter | ||
Comment 14•11 years ago
|
||
I'd like to suggest that we mark this bug WONTFIX, and that we should just open most web pages in the user's default browser. There's just no way we'll be able to make Thunderbird into a good (or even usable) browser; look at all the work the Firefox team has to do. Even if we found someone to work on this, it'd be quite a bit of code that we'd have to maintain.
Whiteboard: [wontfix?]
Assignee | ||
Comment 16•11 years ago
|
||
Yep, sounds good.
Status: NEW → RESOLVED
Closed: 11 years ago
Flags: needinfo?(mconley)
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•