Opened 6 years ago
Closed 5 years ago
#1755 closed defect (fixed)
Links from Standalone preferences don't work
| Reported by: | dstillman | Owned by: | dstillman |
|---|---|---|---|
| Priority: | major | Milestone: | Standalone Alpha 3 |
| Component: | standalone | Version: | 2.1 |
| Keywords: | Cc: |
Change History (7)
comment:1 Changed 6 years ago by dstillman
- Description modified (diff)
comment:2 Changed 5 years ago by stakats
- Resolution set to fixed
- Status changed from new to closed
comment:3 Changed 5 years ago by stakats
comment:4 Changed 5 years ago by stakats
- Resolution fixed deleted
- Status changed from closed to reopened
comment:5 Changed 5 years ago by stakats
Remaining links are still dead: Create Account, Lost Password, etc.
comment:6 Changed 5 years ago by simon
We could fix this by adding command listeners to open the links instead of using the href attribute (either via attributes or dynamically on load). I could also dig into the code and register the appropriate interface to get links to work generally without tweaks (which it looks like is nsIBrowserContentHandler).
We also need to decide whether the links should open in a web browser or inside standalone in a separate window.
comment:7 Changed 5 years ago by simon
- Resolution set to fixed
- Status changed from reopened to closed
In [9731]:
Note: See
TracTickets for help on using
tickets.
Plugins are bundled now.