Skip navigation.

exploreopera

| Help

Sign up | Help

Opera Desktop Team

Posts tagged with "snapshot"

avatar

Profile-Guided Optimizations

, , ,

Today's snapshot is significantly faster on Windows thanks to a technique called profile-guided optimization (PGO). Compiler optimizers sometimes make tweaks that are controversial: they improve performance in what it perceives as the most common case, but make it worse in the perceived least common case. The result can be much better if the compiler is given some hints. That's what PGO is about. With this technique, Opera is compiled twice. The first compilation creates a specially instrumented build that gathers statistics about which code is called and which variables are used most often. The instrumented build loads sites automatically using "URL player", a testing feature available in every Opera build (more information about that in a later blog post). This information is dumped into files and used to produce the final build that's optimized based on the gathered statistics.

Opera uses Microsoft's Visual Studio C++ compiler on Windows and gcc on UNIX and OS X, both of which support PGO. On Windows, setting up PGO builds was straight-forward. PGO in gcc is a different story. On both UNIX and OS X, the first PGO builds crashed. Work continues to resolve this issue.

WARNING: These are development snapshots: they contain the latest changes, but they also have severe known issues, including crashes and data loss situations. In fact, they may not work at all.

Known Issues
  • [Bug 327180] Dragonfly does not work when JavaScript is disabled.
  • [Bug 324985] International installer on Windows is broken when using some languages.
  • [Bug 324377] Save Linked Content As fails sporadically.
  • [Bug 327333] Some SVGs do not paint on Windows.
  • [Bug 328186] Crash when using Master Password.
  • [Bug 324727] The Octoshape plug-in causes Opera to crash on start-up.
  • The tab bar on Mac may mix up favicon/text placement.


Changelog
  • Fix for reloading inline elements.
  • Fixed cookie settings for local server names.
  • Fixed forwarding, replying and redirecting of HTML-only mails.
  • Fixed high CPU usage when subscribed only to the IMAP Inbox folder on GMail.
  • F8 now works again to focus address field when focus is in panels.
  • [Bug 328318] Wand button is fixed again.
  • Fixed extensions in File > Save As and File > Open dialogs.


UNIX specific:
  • Fixed updating of Google Maps when panning
  • CJK fonts should now look better in the default setup


Download
Windows
Windows Classic
Macintosh
UNIX
avatar

Getting ready for Dragonfly...

, ,

Here's a new snapshot with a nice mix of bugfixes, enhancements and new bugs. Oh, and be sure to keep an eye on the Dragonfly blog later today :cool:

WARNING: These are development snapshots: they contain the latest changes, but they also have severe known issues, including crashes and data loss situations. In fact, they may not work at all.

Known Issues
  • [Bug 328318] Wand usually doesn't work
  • [Bug 327180] Dragonfly does not work when JavaScript is disabled
  • [Bug 324985] International installer on Windows is broken when using some languages
  • [Bug 324377] Save Linked Content As fails sporadically
  • [Bug 327333] Some SVGs do not paint on Windows
  • [Bug 328186] Crash when using Master Password
  • [Bug 324727] The Octoshape plug-in causes Opera to crash on start-up
  • The tab bar on Mac may mix up favicon/text placement

Changelog
  • Line breaks in Notes are now preserved when sync'ing data
  • application/x-msdownload files are not always saved with an .exe extension anymore
  • Lots of improvements on certificates UI
  • Improvements on certificate handling and on the new certificate repository
  • New look for the address field dropdown
  • New cookie confirmation dialog
  • Several stability fixes
  • Several performance improvements to JavaScript
  • Offline mode is improved

Mail
  • Fixed a crash when reindexing mail
  • Fixed problem fetching POP mail from web.de (and many other providers)
  • Show "Password not displayed" instead of always showing six asterisks for Opera Mail passwords
  • Improved POP performance when checking for new mail
  • SMTP authentication will now default to Auto instead of None
  • Fixed problem where many feed items were not downloaded

Platform-specific
  • [Mac] New tab look (thanks lachralle!)
  • [UNIX] Fixed some CJK issues in the UI


Download
Windows
Windows Classic
Macintosh
UNIX
avatar

Painting performance fixes

, , ,

This week we've been working on performance on Windows and Mac painting. You should see performance increase by 2x to 10x on heavy DHTML pages. Performance increase depend on the test page, graphics card, and OS used. To see the improvements for yourself, compare the previous snapshot to today's release on the following test cases:

Performance test 1
Performance test 2

Under XP, with a AMD 4600+ X2 CPU and a NVidia 7600 GT gfx card, I see a 9x performance increase. On other graphics cards and OSes, the performance improvement will differ.

It's worth noting that this optimization is in painting performance and might not yield similar improvements on regular web pages without DHTML or other graphics intensive operations. We have also done some performance optimizations in Javascript garbage collection and memory allocation of ECMAscript objects, which should be visible on all platforms.

Many of the Acid3 fixes we've made are still undergoing testing and further development, so you will not see Kestrel achieve the same pass rate on Acid3 for the time being. If you want to test our GOGI build for ACID 3 compliance, head over to the Opera Labs.

WARNING: These are development snapshots: they contain the latest changes, but they also have severe known issues, including crashes and data loss situations. In fact, they may not work at all.

Known issues
  • Opacity is inverted on Windows.
  • Opening Help will cause Opera to crash.
  • "Open With" other browsers doesn't work.
  • Save As for a web page only lets you save as "HTML file" on Windows.
  • The progress bar does not show if it's set to "Pop-up at the bottom".
  • On OS X, scrolling to the bottom of a page with the scrollbars does not work.
  • GMail might not load.

Changelog
  • Several download fixes
  • Fixed funky parsing problems on YouTube.
  • All downloads and saved content (except web pages) are now put in the transfer window for easier access
  • Viewing source should now work properly with applications that need a file extension to work
  • UNIX: Fixed a Flash crash
  • UNIX: Made the mplayer plug-in draw itself in the correct size again
  • UNIX and Mac: Fixed various command line bugs
  • Calling substr with negative length now returns an empty string
  • Array indexOf now treats a non-numeric second parameter as 0

Mail
  • Fixed problems expunging or moving messages on certain servers
  • Fixed issue where the "Contacting Folder" status message displayed the wrong count

ACID3 fixes
  • Zero bytes in encodeURIComponent and encodeURI are now handled correctly
  • Unicode escapes can no longer be used to put non-identifier characters into identifiers

Download
Windows
Windows Classic
Macintosh
UNIX
avatar

New snapshot: Introducing advanced tab activation

, ,

This build implements a much requested option for all you users switching from other browsers.

You can now get that Safari, Firefox, IE or <insert alternative browser of choice here> tab handling in Opera, too.

To take advantage of that, simply change Preferences > Advanced > Tabs > "When closing a tab"
to your desired behavior:

Activate the last active (default)
Activate the tab to the right
Active the first tab opened from closing tab

Now start closing them tabs like there's no tomorrow!

Known Issues
  • Plug-ins crash Opera on UNIX/Linux.
  • Some plugins on Mac don't work at all.
  • Format selector when saving pages is broken.
  • Opera will not fetch more than 50 new IMAP messages in one go - you'll need to reset the account to get more.
  • Inline find stops working after entering one letter (using Ctrl/Cmd+F still works as expected).
  • Advanced tab activation currently does not work on Mac or UNIX/Linux.
Changelog
  • Added a new preference in Preferences > Advanced > Tabs which controls which tab to activate when closing a tab.
  • Fixed crash when composing mail with empty signature
  • Fixed crash when emptying history and VPS was disabled
  • css3 :target now works on targets identified using name attribute
  • New spatnav highlighting, similar to the one used in Opera Mini 4 and the Wii browser
  • iframes with contenteditable are now in in the tabbing order (Another gmail 2 fix)
  • 64-bit: Again possible to open (image) attachments in mail
  • Some more improvement to fast forward.
  • Opera Link now works better when using Work offline
  • Again possible to open links from widgets
  • UNIX: Drag and drop now works properly in the ION window manager


WARNING: These are development snapshots: they contain the latest changes, but they also have severe known issues, including crashes and data loss situations. In fact, they may not work at all.

Download
avatar

New snapshot - Windows skin work

, , ,

WARNING: These are development snapshots: they contain the latest changes, but they also have severe known issues, including crashes and data loss situations. In fact, they may not work at all.

New known issues
  • UNIX: Tooltips with the native skins look weird
  • Last week's snapshot (Windows build 9735, Mac build 4603, and Linux/UNIX build 1754) contained a serious IMAP bug that could cause internal data corruption. This problem is most likely to affect those with TLS enabled. Symptoms include headers displaying, but bodies missing and/or duplicates messages. The underlying cause of this corruption is fixed in this snapshot, but unfortunately, there's no fix for the corruption. The only way to fix this corruption is to delete your Mail directory and start over.


Skin changes
The last week has seen quite a bit of work on improving the native skin on Windows. This includes both the "classic" look and the XP/Vista themed look. Some of the improvements you will see in this regard are:

  • The background in the panel selector toolbar is less dark
  • Close buttons in tabs and notifications have native elements
  • Tooltips and notifications have native elements
  • Margins on the dropdown button are gone
  • The element used to show/hide the list in Delete Private Data and other places is native
  • The sort arrows up/down on listview column headers are native
  • The tabs in the Windows "classic" skin are now more like real tabs and no longer sunken buttons


There will be more skin changes forthcoming.

Changelog
  • [266167] Fixed sorting issues in mail
  • [299821] Fixed several IMAP synchronization issues
  • [307698] Fixed secure connection on IRC
  • [306510] Fixed problem with closing wrong tab if click tab to minimize was enabled
  • [306920] The close button on tabs is now red again
  • [283037] Fixed syncing of speed dial update intervals
  • [306466] Mac: Fixed freeze on HTTP auth dialog
  • Experimental support for recursive mbox import
  • Fixed some issues regarding IMAP labelling of messages (eg, spam)
  • Calmed down the link status field a bit (Don't change it unless something actually happened)
  • Some improvements to fast forward, works better on ie engadget.com and ebay.com
  • Added /notrayicon command line argument on Windows as well (yay)
  • Fixed issue where downloaded message bodies would disappear
  • Fixed TLS handshaking issues, which could cause problems when sending mail
  • Fixed over-wrapping issue with right-aligned mail headers


Download
avatar

when X-mas comes early…

, ,

…you get a snapshot build to play with - with a few nice fixes :smile: Make sure you read the changelog: we don't want to hear about your cache having disappeared… :wink:

And since it has been asked: the snapshots contain the security fixes that were released in 9.25. But: (read on…)

WARNING: These are development snapshots: they contain the latest changes, but they also have severe known issues, including crashes and data loss situations. In fact, they may not work at all.

Known issues:
  • [Bug 303586] Spatial navigation is very broken.
  • [Bug 303604] Opera Link does currently not show the Link icon in the toolbar.
  • [Bug 304257] Sorting by date is broken on Windows.
  • opera:historysearch is currently disabled - work in progress :wink:


Changelog:
  • [Bug 303059] Fixed a crasher when loading an invalid widget.
  • [Bug 286722] Fixed autocompletion dropdown in URL field to allow cycling through it with arrow keys.
  • [Bug 300257] Fixed a crash on GMail 2.
  • Speeding up access to threaded access points in Mail.
  • Speeding up history search in address field - it also works much smoother now and does not flicker anymore!


Windows specific:
  • VPS, Cache, Images and Mail directories have been moved to "Local Settings" folder in order to limit amount of data in the roaming profile.


UNIX-specific:
  • [Bug 295734] Fixed checkboxes in Qt4 native skin.
  • Sending XEmbed focus messages when having an XEmbed'ed plug-in.


Download


:psmurf: Merry Christmas and a Happy New Year :drunk:
avatar

Even more work

, , , ...

In this build, we added MathML support out of the box, with a few improvement from our initial support outlined by chaals in his article on dev.opera.com.

Known issues
  • UNIX: Speed dial config dialog has an ugly shadow
  • UNIX: Dragging images turns them grey
  • UNIX: Can't connect to IRC
  • UNIX: Downloading torrents can exhaust memory and uses 100% CPU
  • Sometimes crashes on exit
  • Some images don't load fully


New stuff
  • Added MathML support (Check out examples here)
  • Added support for the XSLT document() function (poke to xmlhacker ;-) )
  • New and improved mail authentication dialog
  • New nice icon for mail whose body isn't downloaded


Assorted bugs fixed
  • Fixed a bad crasher that occurred on a lot of sites when closing a tab
  • Again possible to open directories directly without file://localhost/ in front
  • Fixes to <pre> and <code> font sizes
  • Fixed top links in gmail
  • Fit to width now works even if the window is larger than 1600px
  • getters and setters are now prototypable in node interfaces
  • getSeconds() no longer returns -1
  • Hovering input/radio buttons on websites now shows the normal cursor again
  • Several Opera Link bugs squashed
  • A bunch of XPATH fixes
  • A bunch of XSLT fixes


Mac specific
  • Moved close button on tabs to the left hand side


UNIX Specific
  • It is now possible to choose what open/save dialog type to use. Configure here 0=auto, 1=QT, 2=GTK.


Download
avatar

A Snapshot a Day Keeps the Bugs Away

,

Time for another snapshot! We've fixed several issues that appeared in the snapshot yesterday, bringing us a step closer to Opera 9.5 Beta 1. Note that until the beta is released, there will probably be fewer fixes per build.

WARNING: These are pre-alpha builds: they contain the latest changes, but they also have severe known issues, including crashes and data loss situations. In fact, they may not work at all.

Changes:
  • Several stability fixes
  • Fixed problem loading Babelfish when trying to translate selected text
  • Disabled thumbnails in tab cycle by default; re-enable using opera:config#UserPrefs|UseThumbnailsinWindowCycle
  • Included Opera 9.2-compatible keyboard shortcuts file
  • Improved performance of history searching in the address bar drop-down
  • Fixed problem where web pages could load in chat tabs
  • Fixed some margin collapsing issues
  • Improved Opera 7+ mail importer
  • Fixed several issues with Windows 98
  • Fixed mail header display on OS X
  • Added an option on UNIX to choose the dialog toolkit: opera:config#FileSelector|DialogToolkit. 0 is auto detection, 1 is Qt dialog, 2 is GTK dialog.


Known Issues Fixed
  • [BUG 284849] Yahoo! Mail Beta crashes Opera.
  • [BUG 291258] Framesets don't work. Gives blank page on Gmail and other sites
  • [BUG 291335] Bookmarks in sub-folders are moved to the root folder
  • [BUG 290618] Viewing messages with smilies in Opera Mail may cause Opera to crash
  • [BUG 291267] Filters in M2 don't work
  • [BUG 290943] This build fails the Acid2 test


Known issues
  • [BUG 291580] Mails are blank on first click if messages bodies aren't downloaded when fetching
  • [BUG 291608] Clicking any mailto link will cause a confirmation dialog
  • [BUG 290416] Widgets don't work after restarting Opera
  • [BUG 267632] Images don't display when printing
  • If you used the Brushed Metal skin in the previous release, Opera for OS X will crash on startup
  • Won't run correctly on Windows 95
  • OS X version may cause persistent freezes on start-up
  • POP server cleaning has been disabled: When disabling the "Leave messages on server" option, existing messages on the server are not removed
  • [BUG 287170] On OS X, UI thumbnails have black backgrounds when using native skins
  • [BUG 184894] Native OS X UI elements cannot be used in skins
  • [BUG 286384] Yahoo mail is broken
  • [BUG 280261] Removing messages from filters does not work
  • [BUG 213115] Queued mail is sent at the next check, instead of waiting for manual action


Download
Windows
Windows Classic
Macintosh
UNIX
avatar

We will rock you: 9.5 beta coming!

, , , ...

Thursday next week (25 Oct), Opera 9.5 beta will be released. :D The release
will be celebrated at the Rock Opera party in San Francisco. :hat: :jester: :drunk: The
party will feature live performances of the bands The 88 and The
Binges
, and a couple of other exciting things will be announced
there.

Of course, you are all invited. Just answer the questions in the quiz
and get your invitation. If you join the party, don't forget to
bring your mobile phone, you might want to have it there. And don't worry
- no one from the Desktop Team is going to sing :zip:. If you can't make
it to California, just join the online celebrations!

New snapshot build
To warm up for the party, here's a new snapshot build. Happy bug hunting, don't forget to join the party and check out this blog for more news!

Changes and fixes
  • Rewritten backend for bookmark synchronization. Fixes several bugs
  • Cosmetic changes in synchronization user interface, new icon
  • Reloading widgets works
  • Fixed leak in search engine
  • Fixed printing crash
  • Fixed a margin collapsing regression
  • Fixed bug where Redirected e-mails displayed incorrectly in Sent view
  • Fixed crash when importing default browser bookmarks on first run
  • Fixed crashes when image with svg source is a sibling of a float
  • Fixed several layout issues
  • Several stability fixes added

Known issues fixed
  • [BUG 264975] Fixed display of smileys in mail and chat
  • [BUG 290358] Bookmarks cannot be selected from the Bookmarks menu
  • [BUG 290355] Opera crashes when clicking bookmarks in Personal bar
  • [BUG 280536] Opera on OS X will sometimes freeze when exiting Preferences

Known issues
  • [BUG 291258] Framesets don't work. Gives blank page on Gmail and other sites
  • [BUG 291335] Bookmarks in sub-folders are moved to the root folder
  • [BUG 290618] Viewing messages with smilies in Opera Mail may cause Opera to crash
  • [BUG 291267] Filters in M2 don't work
  • [BUG 290416] Widgets don't work after restarting Opera
  • [BUG 267632] Images don't display when printing
  • If you used the Brushed Metal skin in the previous release, Opera for OS X will crash on startup
  • [BUG 290943] This build fails the Acid2 test
  • Won't run correctly on Windows 95 or 98
  • OS X version may cause persistent freezes on start-up
  • POP server cleaning has been disabled: When disabling the "Leave messages on server" option, existing messages on the server are not removed
  • [BUG 287170] On OS X, UI thumbnails have black backgrounds when using native skins
  • [BUG 184894] Native OS X UI elements cannot be used in skins
  • [BUG 286384] Yahoo mail is broken
  • [BUG 280261] Removing messages from filters does not work
  • [BUG 213115] Queued mail is sent at the next check, instead of waiting for manual action

Download
Warning: These are snapshot builds; they contain the latests features and changes, but they also have known bugs, may crash regularly, destroy your data or don't work at all for you.
Windows
Windows Classic
Macintosh
UNIX
avatar

Neat thumbnails, instant searching and more

, ,

Здравствуйте, дорогие пользователи! Hello, dear users!

Here is another Friday build for you, with a lot of bug fixes and cool stuff added. Before reporting issues, please check the Known issues section at the bottom of this post! We get a lot of duplicate bug reports on the known issues every time we release a snapshot. Please save the QA team some time by not reporting them once again.


Layout width detection for thumbnails
Even in 2007, when it's common to have a 1600×1200 screen (or two of them), and when at the same time people browse the web using mobile devices with 320×240 screens, there are still a lot of web designers who assume that a “typical user” has a 800 or 1024 pixel wide screen. On the other hand, many websites stretch dynamically, making good use of all the available horizontal space.

When you hold the mouse over a tab, a page thumbnail appears. We used to generate these thumbnails by taking the 1024 leftmost pixels from what you see in the window, even if the window is wider. This worked acceptably for many popular newspaper sites, but broke Google's main page and other pages that fill up the entire window or have something centered. The wider your screen is, the easier it was to see that the thumbnail image was cut off on the right. It also broke those fixed-layout websites that had their concent centered rather than left-aligned. However, taking the entire window width instead of the 1024 pixels wasn't an option, too, because it would leave a lot of white space on the right of thumbnails for fixed-layout pages, making miniature pictures look even smaller and uglier.

In this build, we're including an experimental feature that tries to deal with fixed-width layouts without breaking flexible layouts. The new layout width detection code runs some heuristic checks on the page layout and tries to detect whether it has been made for fixed with. The algorithm measures the width occupied by all meaningful content (text, images, plugins, input fields, but not empty space with backgrounds) and compares it to typical screen width values such as 800 and 1024 with some degree of tolerance. It can detect both left-aligned or centered layouts.

When generating a thumbnail, we now first try to detect a fixed layout. If we have one, then only the part of the horizontal space actually occupied by meaningful content is used to make the thumbnail; otherwise, a miniature of the entire window is generated. This means that you should not see any more wasted space on the sides of thumbnails when you hover a tab, but the pages that fill the entire window should never be cut off. Because this is, in fact, guesswork, it's expected to fail and give incorrect results now and then, but not too often. Please experiment with all kinds of pages and all kinds of settings and report any cases when it breaks.

For now, we're only using the layout width detection for thumbnails, but we might as well start using it for something else in the future.


Other new stuff
  • New “logical searching” code — this means that inline find is now practically instant even on very long pages
  • The Feeds toolbar got a new button to check for updates
  • Added “Make Readable” action. Currently, it's not available through any menu, toolbar, or keyboard shortcut, but it's possible to bind it manually. How it works: select some text on the page that is hard to read because the font size is too small, then activate the action. The page will automatically zoom up so that the text becomes readable
  • Added support for pointer-events="boundingBox" in SVG
  • It is now possible to use an SVG image in an IMG element as well as specify one as a background image in CSS
  • Improved performance of JS Date.getX methods


Bugs fixed
  • Fixed an issue where pages could cause scripts to run in opera:historysearch. Thanks to David Bloom for reporting the issue
  • Fixed display of inline elements within justified text
  • Element borders are no longer offset from the area filled with background color
  • No more crashing on contenteditable in XML
  • Text-shadow with 1px blur radius now actually shows some blurring
  • Widgets whose files are in a subdirectory of the zip archive are supported again
  • The list of chat rooms now shows the correct number of users in each room
  • No more repaint artefacts with the dropdown menu on www.subsys.no
  • getAttribute will return the updated value after modifying the element's style properties
  • Two attributes with the same local name and namespace on the same XML element are now a fatal parsing error, as per XML spec
  • Opera no longer spends a lot of time on startup trying to read every file in the cache
  • Pending IMAP and POP commands are now preserved and optionally executed on the next startup
  • Getters and setters are now exposed for properties of native JS objects
  • Fixed fetching of POP mail after purging the trash
  • The outline doesn't follow the “silhouette” of children elements clipped using overflow:hidden anymore
  • Legend is not anymore pushed into the fieldset by a comment before it
  • Entities sent to plugins are now properly decoded, fixes slideshow on www.vg.no
  • setTimeout() is no longer confused when an object is passed instead of a numeric delay value
  • Mail passwords are no longer lost when clearing wand passwords
  • No more crashing when installing widgets
  • The client certificate selection dialog now shows the originating server name
  • Messages wouldn't have attachment icons and wouldn't show in the Attachment views; fixed now
  • Styling of opera:historysearch is now consistent with other internal Opera pages such as opera:about
  • Bodies of auto-saved drafts wouldn't display; fixed now
  • Downloads won't overwrite existing files without warning anymore
  • Fixed an issue with propagation of bottom margins that affected maps.google.com
  • Multiple optimizations in the internal search engine used for searching in visited pages and mail
  • Dozens of other fixes in the rendering engine
  • Fixed some more crashers and memory leaks…


Windows-specific
  • Fixed crasher when dragging a toolbar button from a webpage to the Start bar
  • Speed Dial sometimes showed thumbnails for wrong pages
  • Ellipses in menus were displaed incorrectly on Windows 98
  • Fixed a DDE communication issue
  • Interlaced PNG images with alpha transparency are now displayed correctly in Windows Vista
  • Nonsensical filter is no more shown in the file chooser for a form upload
  • Opera window is no more resizable in full screen mode
  • Left Alt+Shift doesn't switch the text direction anymore


UNIX-specific
  • Icons in the File menu are now properly sized in QT4 builds
  • Ensured that all Flash 9.0 r6* versions get the GTK main loop they need
  • When avoiding to overwrite an existing file, downloads are now renamed to a more scripting-friendly “filename_N.ext” instead of “filename (N).ext”
  • The GTK file chooser is used under XFCE


Mac-specific
  • Command-Option-Left/Right added as shortcuts to switch tabs
  • Fixed repaint issues on OS X 10.3
  • KeyCodes for the arrow keys are now compatible with those on Windows
  • The last character or word in an element with text-shadow and opacity is no more lost
  • The click that activates an inactive Opera window is now also handled (e.g. it activates buttons)
  • U+21A9 LEFTWARDS ARROW WITH HOOK character is now rendered properly
  • It's now possible to play the Dolphin Olympics game again :-)
  • Removed the Brushed Metal skin


Previously known issues fixed in this build
  • [BUG 285741] Opera doesn't freeze anymore when opening the feeds menu
  • [BUG 271585] The last directory used is now remembered in the Save As and Open dialogs


Known issues
  • [BUG 264975] Fixed display of smileys in mail and chat (almost fixed)
  • [BUG 290358] Bookmarks cannot be selected from the Bookmarks menu
  • [BUG 290355] Opera crashes when clicking bookmarks in Personal bar
  • If you used the Brushed Metal skin in the previous release, Opera for OS X will crash on startup
  • This build fails the Acid2 test
  • [BUG 284849] Yahoo! Mail beta, Flickr maps, Google reader may crash Opera
  • Won't run correctly on Windows 95 or 98
  • OS X version may cause persistent freezes on start-up
  • POP server cleaning has been disabled: When disabling the "Leave messages on server" option, existing messages on the server are not removed
  • [BUG 287170] On OS X, UI thumbnails have black backgrounds when using native skins
  • [BUG 184894] Native OS X UI elements cannot be used in skins
  • [BUG 280536] Opera on OS X will sometimes freeze when exiting Preferences
  • [BUG 286384] Yahoo mail is broken
  • [BUG 280261] Removing messages from filters does not work
  • [BUG 213115] Queued mail is sent at the next check, instead of waiting for manual action


Download
Windows
Windows Classic
Macintosh
UNIX