The Opera 10 experience

Forums » Dev.Opera » Archived Article Discussions

This topic has been closed. No new entries allowed.

Reason: You can now post comments on articles on Dev Opera

Forum rules and guidelines

You need to be logged in to post in the forums. If you do not have an account, please sign up first.

Go to last post

2. September 2009, 08:39:00

Opera Software

chrismills

Posts: 379

The Opera 10 experience

This article gives you the low down on Opera 10's new features and standards support.Showcases in the article make use of Web Fonts, RGBA/HSLA colours, Selectors API, CSS 3 selectors, HTML 5 contenteditable and more. It also looks at Opera 10's new user interface and Opera Dragonfly features.

( Read the article )

Chris Mills
Developer Relations Manager
Editor, dev.opera.com and labs.opera.com

1. September 2009, 13:06:58 (edited)

Micky

Posts: 184

Great overview of 10. I'm excited to try new features.

Improved error console: This lets you see, filter and log any errors in your scripts, pointing to the exact position where the error occurred

Error Console specifies exact line where error occurs, but link is not pointing directly to the line of error. (this would be great feature)

PS: 'Disable smilies' doesn't work here ... :)
Internet is the future. Grab it well!

2. September 2009, 17:21:29

ayolov

Posts: 37

Where is the trashcan for the tabs?
<a href="http://mkt400.com/vender-por-internet.html">Vender por Internet </a> How to sell online, in Spanish!

4. September 2009, 01:59:04

Micky

Posts: 184

Originally posted by ayolov:

Where is the trashcan for the tabs?

It was replaced by "Closed Tabs" icon.
Internet is the future. Grab it well!

4. September 2009, 20:21:10

x-alina

Posts: 4

What wrong with my SVG-Font? Opera 10 show it when the font is loaded the first time, but after it's in the cache on the next XHTML page it isn't showed anymore. All other browsers with SVG font support show it correctly every time.

For Example with the following code the Problem occurs:
<glyph unicode="I" glyph-name="I" horiz-adv-x="240" d="M89 0V759H151V0H89Z"/>

But if I copy&paste the code of the "D" character it works fine:
<glyph unicode="I" glyph-name="I" horiz-adv-x="716" d="M89 1V748Q186 765 280 765Q369 765 439 744T552 689T624 606T663 507T674 398Q674 363 670 329T655 254T625 177T574 107T499 48T393 9T254 -6Q150 -6 89 1ZM151 702V51Q186 45 264 45Q433 45 521 136T610 395Q610 549 526 631T279 714Q211 714 151 702Z"/>

Both are generated by batik-ttf2svg.jar .

I can't see any information about it in the error log.

4. September 2009, 20:26:58

x-alina

Posts: 4

The following Code works:
<glyph unicode="E" glyph-name="E" horiz-adv-x="519" d="M481 52V0H89V759H464V707H151V425H446V373H151V52H481Z"/>

The following doesn't:
<glyph unicode="I" glyph-name="I" horiz-adv-x="519" d="M481 52V0H89V759H464V707H151V425H446V373H151V52H481Z"/>

The only deference is the name of the character. Strange.

5. September 2009, 11:47:59

Opera Software

dstorey

Posts: 237

X-alina: Do you have a link to your SVG font and a page using it? I’ll try to take a look.
<q>Knowledge speaks, but wisdom listens.</q> - Jimi Hendrix

David Storey, Chief Web Opener, Product Manager Opera Dragonfly, Opera Software ASA

8. September 2009, 23:12:04

x-alina

Posts: 4

dstorey: Is this an Opera bug or an error in my font?

19. October 2009, 13:27:39

POWRSURG

Posts: 18

Has the ARIA spec changed since the Opera tutorials were created? Shouldn't it just be role="menuitem" or the like? Or is the "wairole:" just needed because of the XML prolog possibly causing the browser to render the page as XML and thus needs the namespacing? Something else entirely?

15. January 2010, 14:47:08

Opera Software

dstorey

Posts: 237

x-alina: This has been fixed in internal builds and will be included in Opera 10.5 beta.
<q>Knowledge speaks, but wisdom listens.</q> - Jimi Hendrix

David Storey, Chief Web Opener, Product Manager Opera Dragonfly, Opera Software ASA

19. January 2010, 17:15:17

ttocsmij

Posts: 4

Just installed 10.10 (1893). Nice.

One thing I missed right off the bat though:

being able to highlight a section of the page and 'right-click' | 'view' just that portion of the code (html, etc.).

Sort of like a ^U with a defined starting & ending points.

A minor point on the average I suppose but I use it all the time.

Have a great week.

20. January 2010, 21:29:10

Opera Software

chrismills

Posts: 379

Originally posted by ttocsmij:

being able to highlight a section of the page and 'right-click' | 'view' just that portion of the code (html, etc.).



Obviously you could do that using Dragonfly, but a quickfire context menu feature is nice, agreed. I'll have a look and see if there is a UserJS that does this, or something else perhaps?
Chris Mills
Developer Relations Manager
Editor, dev.opera.com and labs.opera.com

Forums » Dev.Opera » Archived Article Discussions