Closed Bug 596867 Opened 14 years ago Closed 14 years ago

progress line should fade in/out

Categories

(Firefox :: Address Bar, defect)

defect
Not set
normal

Tracking

()

RESOLVED INVALID

People

(Reporter: dietrich, Assigned: Margaret)

References

Details

Attachments

(1 file, 2 obsolete files)

if a site loads fast, the visual effect is that a horizontal grey line pops quickly in and out of the location bar.

this would be really helped if the contrast of the moving part of the line was much higher (filing a separate bug for this).
Blocks: 578028
Assignee: nobody → margaret.leibovic
Attached patch patch v0.1 (obsolete) — Splinter Review
Attachment #476953 - Flags: review?(dao)
Comment on attachment 476953 [details] [diff] [review]
patch v0.1

> #urlbar-progress {
>   -moz-binding: url("chrome://global/content/bindings/progressmeter.xml#progressmeter");
>+  -moz-transition: opacity .25s;
>+  opacity: 0;
>+}
>+
>+#urlbar-progress[fadein] {
>+  opacity: 1;
> }

#urlbar-progress:not([fadein]) {
  opacity: 0;
}

Also rename 'fadein' to 'active'.
Attachment #476953 - Flags: review?(dao) → review+
Attached patch patch (for check-in) (obsolete) — Splinter Review
Attachment #476953 - Attachment is obsolete: true
Keywords: checkin-needed
OS: Linux → All
Hardware: x86 → All
Comment on attachment 477765 [details] [diff] [review]
patch (for check-in)

>+#urlbar-progress[active] {
>+  opacity: 1;
> }

Remove this.
Attachment #477765 - Attachment is obsolete: true
blocking2.0: --- → ?
Bug 602964 makes this invalid.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → INVALID
blocking2.0: ? → ---
Keywords: checkin-needed
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: