Run For Cover; It's Mozilla 1.4 Alpha
asa writes "Mozilla 1.4 Alpha is out.
This release features dynamic image and table resizing in Composer, smooth scrolling (see release notes for enabling this feature,) and usability improvements to spam filtering. In addition to these feature improvements, 1.4a also contains fixes for performance, stability, standards support and website compatibility. This is an alpha release so expect bugs, and don't use it unless you are willing to live with the risks inherent in such a release (ie. crashes, data loss, etc.). More information is available in the release notes."
smooth scrolling is in experimental stages.
there's already atleast 1 crash bug filed against it (sometimes, horizontal scrolling causes a crash).
An excellent new feature has been added. The ability to drag and drop bookmarks using the menu only. No longer do I have to go into Bookmark Manager!
:-)
Still can't right-click the items in the bookmarks menu, but hey maybe in a future release.
Very good work IMHO.
This can be done but it is a but fiddly. You have to highlight the image (click and drag the mouse across an image), then press Ctrl-C (or Edit > Copy)... the image is now in the clipboard... It works for me anyway ;-)
user_pref("browser.urlbar.clickSelectsAll", true);
user_pref("browser.urlbar.clickAtEndSelects", true);
This will also restore the behavior partially in 1.3, but only if you click on top of the currently displayed URL (i.e. it won't work if you click in the blank area because the 2nd user_pref was implemented after 1.3).