Post Reply 
Status Bar: Append Time
Mar. 03, 2009, 12:44 PM
Post: #9
RE: Status Bar: Append Time
(Mar. 02, 2009 11:21 PM)OZO Wrote:  Does initial "Page Load Time to Status Bar" work for you in FF3?

Yep.


Quote:If I switch tabs in FF3 it doesn't change anything in its Status Bar. Sad

Neither here. Hence, emphasized:
(Mar. 02, 2009 05:32 PM)sidki3003 Wrote:  If i turn off "Page Load Time to Status Bar", switch tabs in Firefox 3, click into page, the time doesn't update.


Quote:It looks like FF3 doesn't handle Status Bar property by itself.

Yeah, old Mozilla bug. No Expression


Quote:Do we have an event of changing tabs in our code? It could be an on getting focus event or something?

The tab listeners in Firefox are "chrome only", thus not accessible via content scripts.


I didn't try with an onfocus listener. Mainly because that event fires more often than i wish it would.
OTOH, using that handler would be more elegant...

What i do is plugging above posted "inStatus" function into the onclick listener (which is already there for the Prox menu).

Anyway, i can look into this (some time later). Smile!
Add Thank You Quote this message in a reply
Post Reply 


Messages In This Thread
Status Bar: Append Time - OZO - Mar. 01, 2009, 05:03 AM
RE: Status Bar: Append Time - sidki3003 - Mar. 01, 2009, 10:21 AM
RE: Status Bar: Append Time - OZO - Mar. 01, 2009, 07:21 PM
RE: Status Bar: Append Time - ProxRocks - Mar. 01, 2009, 11:31 AM
RE: Status Bar: Append Time - sidki3003 - Mar. 01, 2009, 08:10 PM
RE: Status Bar: Append Time - OZO - Mar. 01, 2009, 08:30 PM
RE: Status Bar: Append Time - sidki3003 - Mar. 02, 2009, 05:32 PM
RE: Status Bar: Append Time - OZO - Mar. 02, 2009, 11:21 PM
RE: Status Bar: Append Time - sidki3003 - Mar. 03, 2009 12:44 PM
RE: Status Bar: Append Time - sidki3003 - Mar. 03, 2009, 05:41 PM
RE: Status Bar: Append Time - OZO - Mar. 03, 2009, 08:00 PM
RE: Status Bar: Append Time - sidki3003 - Mar. 03, 2009, 08:17 PM
RE: Status Bar: Append Time - OZO - Mar. 03, 2009, 08:26 PM

Forum Jump: