View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0002270 | NetSurf | Amiga-specific | public | 2015-02-07 13:59 | 2015-11-15 14:54 | ||||||||
Reporter | hotrod | ||||||||||||
Assigned To | Chris Young | ||||||||||||
Severity | feature | Reproducibility | N/A | ||||||||||
Status | acknowledged | Resolution | open | ||||||||||
Product Version | 3.3 | ||||||||||||
Target Version | Fixed in Version | ||||||||||||
Summary | 0002270: Program-tabs, a feature that allows you to have certain tabs opened when launching the browser. | ||||||||||||
Description | I always have the tabs amigaworld.net, amigans.net and amiga.org opened and would like to always have them loaded at startup. This is possible in f.e. Firefox and Chrome where you can right-click a tab and choose "program-tab" or "stick" or similar. This will make the tab to always be included when starting the browser. | ||||||||||||
Tags | No tags attached. | ||||||||||||
Fixed in CI build # | |||||||||||||
Reported in CI build # | |||||||||||||
URL of problem page | |||||||||||||
Attached Files |
|
Notes | |
Chris Young (developer) 2015-11-15 14:54 |
This can be achieved by using a startup ARexx script smilar to the below. As such it is not a priority. /* startup.nsrx */ OPEN "http://www.amigans.net" NEWTAB OPEN "http://www.amigaworld.net" NEWTAB OPEN "http://www.amiga.org" NEWTAB |
Issue History | |||
Date Modified | Username | Field | Change |
---|---|---|---|
2015-02-07 13:59 | hotrod | New Issue | |
2015-02-07 14:32 | Chris Young | Assigned To | => Chris Young |
2015-02-07 14:32 | Chris Young | Status | new => acknowledged |
2015-02-07 14:32 | Chris Young | Product Version | => 3.3 |
2015-02-07 14:32 | Chris Young | Target Version | => 3.3 |
2015-02-28 16:03 | Vincent Sanders | Target Version | 3.3 => 3.4 |
2015-11-15 14:54 | Chris Young | Note Added: 0001092 | |
2015-11-15 14:54 | Chris Young | Target Version | 3.4 => |