Opera Desktop Team blog header

Subscribe to RSS feed

Posts tagged with "12.00"

HTML5 Drag and Drop fixes

,

The focus of today's snapshot is to fix up some of the bugs introduced HTML5 Drag and Drop, plus fixes to a few more annoying bugs for good measure. bigsmile

Known issues
  • People without at least an SSE2 CPU will see painting issues (black in the user interface)
  • Plugins not working on Windows 2000

WARNING: This is a development snapshot: It contains the latest changes, but may also have severe known issues, including crashes, and data loss situations. In fact, it may not work at all.

Download

Read more...

Feedback wanted on themes and tab/titlebar integration in Opera 12 on Linux/FreeBSD

, , , ...

As you probably know by now Opera 12 is coming soon and with it Linux and FreeBSD will gain support for tab/titlebar integration as part of our work on Themes (a subject I have discussed on my personal blog several times before). Now that 12 is just around the corner, feedback on this new feature has started to ramp up. This is of course a good thing, yet at the same time following the feedback can be a little hard because the issues that you guys might see are highly dependent on your specific setup.

To separate the bugs from the intended behaviour and the things we can fix from the things we can't fix, we need more precise feedback, so this is your opportunity to provide it!

Read more...

Update on hardware acceleration in Opera 12

, , , ...

Here at Opera HQ, we're buckling down for the final push before the beta launch of Opera 12. Right now, Wahoo is getting more complete, with even more fun things to come as we get closer to launch. We have one of those fun things today, in fact. This new snapshot includes the first look at the DirectX backend. Most users on Vista and Windows 7 will by default use this backend instead of the OpenGL backend for performance and stability reasons, but be aware that currently WebGL support using the OpenGL backend is more complete than when using DirectX.

There's also another change in this snapshot. After careful consideration and extensive testing, we've decided to let users of Opera 12 opt-in to WebGL and hardware acceleration.

We're doing this for an important reason. We want to bring the first true hardware accelerated browser to market. This means using the graphics processor to boost rendering speeds not only for the pages themselves, but also the UI of the browser. It means making it an awesome experience for as many Opera desktop users as possible, whether they're on Windows XP, Linux or Lion.

But in some cases, our hardware accelerated speeds do not yet beat our incredibly optimized software backend, Vega. Shipping a feature that could actually be less effective at boosting speed is a big no-no, especially if its a final release that many people will use for day-to-day browsing.

Now, if you're reading this blog post, you're probably in the group of people who will want to turn on WebGL and hardware acceleration. You enable these features by setting both opera:config#UserPrefs|EnableHardwareAcceleration and opera:config#UserPrefs|EnableWebGL to 1, then saving and restarting Opera.

Try it in this release and see how you like it. We think it ensures that Opera 12 will be a great release for everyone, whether you are a browser expert or just discovering Opera for the first time.

As Wahoo is approaching a beta release, we're focusing on stability and fixing regressions. This build includes an important performance and stability fix for plugins on Windows, and should speed up scrolling with plugins significantly.

Known Issues
  • HTML5 Drag and Drop is work in progress. Things like dragging to and from external applications may not work. Some existing demo sites may not work fully
  • HTML5test.com could freeze or show other problems on Mac
  • OTW-8246 Opera 64-bit on Windows not supported on Google+
  • DSK-361109 Address dropdown not populated when searching page content with multiple words
  • CORE-45774 [Windows] [HWA] Border-color messes up background colour for element with border-radius with DirectX
  • DSK-357831 [Windows] [HWA] Negative letter spacing with DirectX on 64-bit builds

WARNING: This is a development snapshot: It contains the latest changes, but may also have severe known issues, including crashes and data loss situations. In fact, it may not work at all.

Download

Read more...

Camera support

,

Hi all,

We'd like to present another snapshot build with one of the new features which will be the part of upcoming release: camera support. With this feature you, as a web page author, will be able to get access to camera directly from JavaScript. You can find out more information about this in our Developer post on HTML5 video & getUserMedia. Additionally, there are several demos you may wish to try: Photo Booth, Polaroid, Color Picker, Explode and Speedo (Note: all require camera access and Speedo also uses geolocation).

Here is a quick run down of the visual changes you might notice. Since we really care about the privacy of our users, we want to make sure that no page can access your camera without your knowledge and explict permission. This is what the permission UI looks like:



In addition to this, you will be informed whenever camera is in use by indicator which is located either in the badge (for current page):



or in the page bar button (for background tabs).



You will also be informed that current page has active camera permission and it can start using camera without additional permission request by inactive (gray) indicator located in the badge:



Finally, you can check and change current permissions state using address bar overlay dialog:



Have fun smile And as always, we're eagerly waiting for your feedback.

Known Issues
  • DSK-359770 Out of Process Plugins causing tab related freezes (mostly on start up)
  • HTML5 Drag and Drop is work in progress. Things like dragging to and from external applications may not work. Some existing demo sites may not work fully
  • HTML5test.com could freeze or show other problems on Mac
  • Stream from camera has broken colors on Mac (Smurf mode enabled smurf)
  • OTW-8246 Opera 64-bit on Windows not supported on Google+ (google plus)
  • DSK-361109 Address dropdown not populated when searching page content with multiple words

WARNING: This is a development snapshot: It contains the latest changes, but may also have severe known issues, including crashes and data loss situations. In fact, it may not work at all.

Download

Read more...

Next address field adjustments

,

With this snapshot we have put a great deal of attention on searching via the address field.

Previously there were some complains that Opera fails on searching parts of URL. From now on it should be much easier to find your favorite pages simply by typing words in address field.

For example, lets say you have important friends on Facebook. Assume you have visited https://www.facebook.com/barackobama previously. You would expect to be able to find it by typing "barack" in the addressbar. Starting from this snapshot you will be able to see proper suggestions in the drop down for the address and title of secure pages.

Handling more than one word provided in the address bar was not handled really well previously, as it resulted in matching only page content. This meant that the URL and title was not taken into account when typing multiple words. This has now been improved upon as well, allowing you to better norrow down your searches.

Try visiting example http://www.tomshardware.com/reviews/z77-express-virtu-mvp-benchmark,3174.html and than typing "virtu" or "virtu mvp" in addressbar, like so:

In addition, the ordering of items in the drop down has been improved to better promote nicely matching rows when multiple words have been provided.

Providing entries with patterns similar to "5.60 NOK in USD", "foo.bar baz" or "Info.plist" should now execute the default engine searching instead of trying to open the page, rather than resulting in the "Invalid URL" page being displayed. Though we realise that there is still a little bit more work to be done to improve this even further.

Finally the "Show more" button will not be visible now, if there is only one more row to be displayed wink

Note that if you don't like to see Google suggestions in front of other items in the dropdown, you might turn it off in the config (this is not a new thing).

Known Issues
  • DSK-358448 Runtime error 6025 pure virtual function call at startup Opera Next for some users
  • DSK-359770 Out of Process Plugins causing tab related freezes (mostly on startup)
  • HTML5 Drag and Drop is work in progress. Things like dragging to and from external applications may not work. Some existing demo sites may not work fully
  • HTML5test.com could freeze or show other problems on Mac
  • OTW-8246 Opera 64-bit on Windows not supported on Google+ (google plus)
  • DSK-361109 Address dropdown not populated when searching page content with multiple words

WARNING: This is a development snapshot: It contains the latest changes, but may also have severe known issues, including crashes and data loss situations. In fact, it may not work at all.

Download

Read more...

Wahoo snapshot

, ,

A new snapshot that only resolves the known issue with extension preferences. If you installed builds between 12 build 1317 and this, you will loose the extension preferences and data create in these builds. Preferences from previous build will again become accessible with this new snapshot. With the known issue resolved: we’ll resume pushing builds through auto-update soon.

Speaking of extensions: have you looked at the new extensions in our catalog lately? smile

WARNING: This is a development snapshot: It contains the latest changes, but may also have severe known issues, including crashes, and data loss situations. In fact, it may not work at all.

Download

Changelog
  • CORE-44003 (Extension storage folder unintentionally moved into the cache folder)

Addressbar polishing

,

Please welcome focus-oriented URL shortening and the long expected optional favicons in the address field drop-down.

Favicons are off by default, but you can turn them on in the advanced configurations. Remember to save your setting before closing the page. You must also need to restart the browser for it to take effect.

We are trying to utilize the available space in the address bar space as best as possible. To this end, we’ve focused on optimizing what parts of the URL is displayed in the drop-down at different widths. Note in the screenshots below how different levels of the URL is collapsed as the drop-down gets narrower. You should see the most important information—the domain for security and origin, and the document title—in all sizes.

For comparison, here is a screenshot of how it looked in the previous snapshot. You’ll see how important information was lost; in sharp contrast to the refocused address field we’ve introduced now.

The excellent feedback we’ve gotten from the community is our greatest motivator. Keep the good feedback coming!

Known issues
  • DSK-358417 (Extension preferences and localStorage lost on upgrade)

WARNING: This is a development snapshot: It contains the latest changes, but may also have severe known issues, including crashes, and data loss situations. In fact, it may not work at all.

Download

Read more...

Improving the stability of Wahoo (12.00)

, ,

It has been a little over a week since the last Wahoo (12.00) snapshot, so here is a shiny, new update. wink

As you might expect, internally work continues apace on Hardware Acceleration and other upcoming features. For this snapshot however the focus is improving stability and as such there are several key crash fixes.

In terms of feedback we primarily interested in any new regressions you notice since the previous Wahoo snapshot (12.00-1301), so please keep on topic and let us know if you find anything.

WARNING: This is a development snapshot: It contains the latest changes, but may also have severe known issues, including crashes, and data loss situations. In fact, it may not work at all.

Download

Read more...