You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wookie.apache.org by "Scott Wilson (JIRA)" <ji...@apache.org> on 2010/11/28 16:08:40 UTC

[jira] Commented: (WOOKIE-167) Gallery icons for bondi camera & geolocation are missing

    [ https://issues.apache.org/jira/browse/WOOKIE-167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12964561#action_12964561 ] 

Scott Wilson commented on WOOKIE-167:
-------------------------------------

Its due to the fact that the icons for these two widgets are in SVG format.

It turns out to be simply that Firefox's implementation of SVG doesn't (yet) extend to the <img> tag. It only works using <object>. However, given that Safari and Chrome et al support it I guess its just a matter of time before FF's SVG implementation catches up.

As for IE, it just doesn't support SVG. At all.

The W3C spec itself recommends SVG for icons as they can scale nicely for any sort of gallery, which is a good reason to use them, but maybe we have to use a fallback trick for IE and FF, as described here:

http://e.metaclarity.org/52/cross-browser-svg-issues/

> Gallery icons for bondi camera & geolocation are missing
> --------------------------------------------------------
>
>                 Key: WOOKIE-167
>                 URL: https://issues.apache.org/jira/browse/WOOKIE-167
>             Project: Wookie
>          Issue Type: Bug
>          Components: Server
>    Affects Versions: 0.9.0
>         Environment: Win Vista (IE8 and Firefox 3.6.12)
>            Reporter: Paul Sharples
>            Priority: Trivial
>             Fix For: 0.9.0
>
>
> To reproduce...
> (1) Start wookie in standalone mode
> (2) Go to http://localhost:8080/wookie
> (3) Click 'view widget gallery' 
> (4) Notice the icons for 'camera' and 'geo' widgets
> Tried this with both IE8 and firefox 3.6.12 and these two widgets have their icons missing in the gallery.  Interestingly, google chrome is unaffected.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.