Firefox/Feature Brainstorming:Statusbar: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 42: Line 42:
== Upload progress bar ==
== Upload progress bar ==
It's insane that pretty much every piece of software out there that uploads data to a server has an upload & a download progress bar.  Whenever submitting a form with enctype="multipart/form-data" and an input with type='file'.  A progress bar should show up, and show the percentage of the upload/post progress.  The hacks a web designer has to go through to get a progress bar are hideous, and are not cross-platform/browser compatible.  This would be a killer feature, because file/post sizes are getting bigger and bigger, plus it would save thousands if not millions of collective hours for web developers instead of creating some double connect ajax hack.  I beg of you as a web developer PLEASE ADD THIS.  If just 1 browser added it, and touted this feature, almost all others would be sure to follow.
It's insane that pretty much every piece of software out there that uploads data to a server has an upload & a download progress bar.  Whenever submitting a form with enctype="multipart/form-data" and an input with type='file'.  A progress bar should show up, and show the percentage of the upload/post progress.  The hacks a web designer has to go through to get a progress bar are hideous, and are not cross-platform/browser compatible.  This would be a killer feature, because file/post sizes are getting bigger and bigger, plus it would save thousands if not millions of collective hours for web developers instead of creating some double connect ajax hack.  I beg of you as a web developer PLEASE ADD THIS.  If just 1 browser added it, and touted this feature, almost all others would be sure to follow.
; References
* [https://bugzilla.mozilla.org/show_bug.cgi?id=249338 bug 249338]

Revision as of 06:46, 22 May 2008

« Firefox/Feature Brainstorming

Customizable Status Bar

Allow the Status Bar to be customized like the toolbars can. Any toolbar button should be able to be put on the status bar and vice/versa

  • Add a percentage of loading on the statusbar, and allow the statusbar to be hide by the page, when the loading is finished, so it will be increase the viewing surface, and when the mouth pass by a link, the status bar would reapear, it would be very useful and nice.
  • See Status Buttons extension, which already implements this idea.
References

Take over Statusbar

The only thing I really need the Statusbar for is to preview the target address of links before clicking them. Most of the time the statusbar is just taking away screen space without providing any useful information.

If it would be possible to display the target location in the Address Bar (it really is the right part to show an address...), perhaps in another color (or perhaps only showing the changed part of the URL in a different color) then the statusbar would not be needed any more.

Commentary

I would like to have the possibility to add the search function (Ctrl + F) permanently to the status bar

Automatically hide statusbar when idle

I agree the statusbar is very useful, mainly for seeing the URL of a link (so much so that it's the reason I don't use firefox in full-screen mode). However most of the time no useful information is shown, just 'Done' and a lot of grey. When the statusbar is in this state, why not automatically hide it to show more of the webpage?

  • This should be an optional setting, not mandatory. Some people modify the status bar with add-ons such as IE Tab, Update Notifier, or any text-to-speech extension. Letting the status bar disappear automatically would be a great grief to these people. --Armaetin 19:44, 1 January 2007 (PST)

Adding external link notifyer to status bar

Currently it's a bit of a minefield when clicking links. Some will open in the current page, others a new window (or tab if you have it set up as such). The biggest problem is if you expect a link to open in a new window/tab, so just click on it, and it doesn't. The status bar could append/prepend a small icon or "(New Window/Tab)" to the link url on hover to let users know exactly what will happen if they click on a link. --AJanuary 03:05, 12 September 2007 (PDT)

Status Bar Needs Information of Page Objects While Loading

Alright, It's pretty cut and Dry: Loading, Done, Properties of whatever your cursor is Situated over. O.K. BUT, What about when you go to a place you haven't been before and have sat there for about 5 Minutes wondering What's Taking so Long?
*Looks At Status Bar in Firefox, Sees the words: Loading.◄ Dramatization of course :p.*

Real Helpful -_-.
So, Hows about seeing Something like this in the Status Bar Instead:
(106)Objects Left to Load.
O.K., Now THAT tells you something.

Objections?
Concerns?
Mitigation?
Explanation for Lack of this Feature?

Upload progress bar

It's insane that pretty much every piece of software out there that uploads data to a server has an upload & a download progress bar. Whenever submitting a form with enctype="multipart/form-data" and an input with type='file'. A progress bar should show up, and show the percentage of the upload/post progress. The hacks a web designer has to go through to get a progress bar are hideous, and are not cross-platform/browser compatible. This would be a killer feature, because file/post sizes are getting bigger and bigger, plus it would save thousands if not millions of collective hours for web developers instead of creating some double connect ajax hack. I beg of you as a web developer PLEASE ADD THIS. If just 1 browser added it, and touted this feature, almost all others would be sure to follow.

References