[Ext] Fission 1.0.9 [May '09, discontinued Sept '10]
- funTomas
- Posts: 104
- Joined: April 15th, 2004, 4:34 am
- Location: Czechia
- Contact:
Zeniko, may I suggest some features? I don't code so I'm not sure if the followings are feasible:
- add optional percentage in the centre of the progress bar (hope, it's easy)
- beat Safari and show progress bar of upload (important in the age of Web2.0). The vision is that the progress bar is divided horizontally - upper half for downloads, bottom one for upload - the progress bar rendering actually consists of 2 transparent bars. Well, I'm not sure whether there's an API for upload progress bar.
- add optional percentage in the centre of the progress bar (hope, it's easy)
- beat Safari and show progress bar of upload (important in the age of Web2.0). The vision is that the progress bar is divided horizontally - upper half for downloads, bottom one for upload - the progress bar rendering actually consists of 2 transparent bars. Well, I'm not sure whether there's an API for upload progress bar.
-
- Posts: 201
- Joined: October 19th, 2007, 4:50 am
- Location: Swiss Confederation
- Contact:
funTomas: See this post for something like your first request. Your second request is with the current APIs quite difficult to say the least. Anyway, since I don't have much time for development at all, I won't really come to even consider your suggestions (though at first glance I'm not convinced they'd really add value to Fission since they'd make the currently quite clean UI more crowded).
-
- Posts: 82
- Joined: February 7th, 2007, 7:12 pm
- pirlouy
- Posts: 232
- Joined: February 11th, 2005, 6:29 am
- Location: France
RealityRipple wrote:As of this version (0.9) selecting a color no longer modifies the gradient image color... Using FF 2.0.0.11 and a simple grayscale PNG.
It's normal (explained in the first page). You can either choose a color, either choose an image. If you want different color for your image, you can use an application like Photoshop or Paint.Net to change your image.
-
- Posts: 25
- Joined: October 23rd, 2007, 2:14 am
- Contact:
I have two more issues for you, one æsthetic and one just a minuscule bug, both related to a great little feature I mentioned in the old thread:
Fission currently does exactly this, except for the ‘reset the displayed favicon’ part. Pressing Ctrl+L while hovering over the link leaves the active link icon in the address bar, rather than resetting it to whatever is normally displayed when one edits address bar text. (I currently work around this with <code>#urlbar[fission-link][focused="true"] #page-proxy-deck { background-image: url(chrome://global/skin/icons/folder-item.png); }</code>.)
The bug I mentioned is that the aforementioned feature continues to work after the address bar has been focused. So:
Thanks.
Old Dawudd wrote:The current behaviour has the useful property that one can quickly “copy & paste” a link into the address bar simply by hovering over the link and pressing Ctrl+L. Thus, focusing the address bar should leave whatever text is currently displayed there but disable the active link feature (and reset the displayed favicon).
Fission currently does exactly this, except for the ‘reset the displayed favicon’ part. Pressing Ctrl+L while hovering over the link leaves the active link icon in the address bar, rather than resetting it to whatever is normally displayed when one edits address bar text. (I currently work around this with <code>#urlbar[fission-link][focused="true"] #page-proxy-deck { background-image: url(chrome://global/skin/icons/folder-item.png); }</code>.)
The bug I mentioned is that the aforementioned feature continues to work after the address bar has been focused. So:
- Focus address bar.
- Hover over a link.
- Press Ctrl+L.
- Expected result: the current text in the address bar gets selected, and nothing else. Actual result: The hovered link gets copied into the address bar and selected, erasing whatever was being edited beforehand.
Thanks.
-
- Posts: 201
- Joined: October 19th, 2007, 4:50 am
- Location: Swiss Confederation
- Contact:
RealityRipple wrote:As of this version (0.9) selecting a color no longer modifies the gradient image color...
Sorry for the inconvenience! Unfortunately I haven't found a different way to allow images to let the golden background of secure sites shine through.
Dawudd wrote:Pressing Ctrl+L while hovering over the link leaves the active link icon in the address bar, rather than resetting it to whatever is normally displayed when one edits address bar text.
Fixed for version 0.9.2. The active link icon should now behave as the favicon does.
Dawudd wrote:
- Focus address bar.
- Hover over a link.
- Press Ctrl+L.
- Expected result: the current text in the address bar gets selected, and nothing else. Actual result: The hovered link gets copied into the address bar and selected, erasing whatever was being edited beforehand.
Fixed as well. BTW: Nice bug report - that's my favorite format!
-
- Posts: 25
- Joined: October 23rd, 2007, 2:14 am
- Contact:
zeniko wrote:Fixed for version 0.9.2. The active link icon should now behave as the favicon does.
The behaviour that you've implemented is not exactly what I had intended, but I like what you did a lot better. Alas, I’ve found a bug with it:
- Hover over a link
- Ctrl+L
- Switch tabs
- Switch back
- Expected result: The tab’s address bar has the same text and (active link) icon as before. Actual result: The text and icon are reset to those of that page.
zeniko wrote:BTW: Nice bug report - that's my favorite format!
I’m glad I could help.
By the way, do you have any plans to include in the options a check box for a native-ish progress bar?
-
- Posts: 201
- Joined: October 19th, 2007, 4:50 am
- Location: Swiss Confederation
- Contact:
Dawudd: I guess that's where I'll draw the line. I could probably rationalize it as "when you switch tabs, the current tab's address bar loses the focus", but things currently start to feel a little too edge-casey for my taste. BTW: There another similar bug which happens when you focus a different window (at which point the address bar loses the focus together with the window although you might not expect that, either).
Currently not, for several reasons. Please help yourself with some CSS until I change my mind...
Dawudd wrote:By the way, do you have any plans to include in the options a check box for a native-ish progress bar?
Currently not, for several reasons. Please help yourself with some CSS until I change my mind...
-
- Posts: 25
- Joined: October 23rd, 2007, 2:14 am
- Contact:
zeniko wrote:I guess that's where I'll draw the line. I could probably rationalize it as "when you switch tabs, the current tab's address bar loses the focus", but things currently start to feel a little too edge-casey for my taste. BTW: There another similar bug which happens when you focus a different window (at which point the address bar loses the focus together with the window although you might not expect that, either).
Well, it’s not about focus, but inconsistent behaviour: switching tabs normally does not reset address bar text. But, yes, it’s certainly an edge case.
In any case, I just discovered that this tab-switching bug extends to the active link text on mouse-over as well. More generally: after switching tabs, if the pointer is now found to be hovering over a link, that link will not be displayed until a minimal amount of pointer movement. Thus, the active link behaviour does not start functioning until after the pointer has been moved. In fact, before movement, the mouse cursor remains what it was in the previous tab, which seems to be a Firefox bug. This leads me to believe that much of this bug is Firefox’s fault.
On that note, here’s yet another tab-switching bug I’ve noticed before, but have just now figured out how to reproduce. I thought it might be due to the Firefox address bar focus bug you had mentioned a while back, but it seems unrelated.
- Middle-click on a link
- Switch tabs (if middle-clicking didn’t do that for you)
- Switch back to the first tab
- Expected result: address bar displays current location. Actual result: address bar still displays original active link (until the pointer is moved over another link). This result re-occurs if steps 2-3 are repeated. Workaround: unfocus the original clicked link, such as by clicking elsewhere on that page.
Last edited by DavidRegev on June 21st, 2008, 9:44 pm, edited 2 times in total.
-
- Posts: 201
- Joined: October 19th, 2007, 4:50 am
- Location: Swiss Confederation
- Contact:
-
- Posts: 6
- Joined: July 30th, 2004, 6:17 am
Incompatibility with WellRounded addon
If I install both add on: WellRounded ( http://wellrounded.mozdev.org/ ) and fission, the address bar is corrupt.
Only this. Great job
I use WinXP SP2. Ffox 2.0.0.12
Only this. Great job
I use WinXP SP2. Ffox 2.0.0.12
- deadman36g
- Posts: 49
- Joined: January 5th, 2006, 12:14 pm
- Location: Fort Smith, USA
- Contact:
-
- Posts: 201
- Joined: October 19th, 2007, 4:50 am
- Location: Swiss Confederation
- Contact:
Mac users: I've added tentative support for the latest iteration of the new Firefox 3.0 Mac theme (using Proto under Windows). Please give it a whirl and provide feedback with screenshots should you encounter any issues.
marcoas: Yeah, try Stylish and an appropriate style instead.
Deadman36g: Why would you want that, considering that Fission is mainly about moving the progress bar to the address bar?
marcoas: Yeah, try Stylish and an appropriate style instead.
Deadman36g: Why would you want that, considering that Fission is mainly about moving the progress bar to the address bar?
- deadman36g
- Posts: 49
- Joined: January 5th, 2006, 12:14 pm
- Location: Fort Smith, USA
- Contact:
zeniko wrote:Mac users: I've added tentative support for the latest iteration of the new Firefox 3.0 Mac theme (using Proto under Windows). Please give it a whirl and provide feedback with screenshots should you encounter any issues.
marcoas: Yeah, try Stylish and an appropriate style instead.
Deadman36g: Why would you want that, considering that Fission is mainly about moving the progress bar to the address bar?
I personally would like to have it in both places.