Posts

Showing posts with the label firefox

Go back to the last active tab in Firefox

Type about:config in the address bar. Search for browser.ctrlTab.previews and double-click on the entry to set the value to true . Now you can back to the last active tab using CTRL+TAB . #1

Web development : Firefox show time on a date-only field when using the back button

I don't know why the cache system of firefox does show the time (set to 00:00:00) on my date field when I was using the back button, but I've fixed the problem by removing the autocomplete="off" attribute on the field...