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

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

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.


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

Posted by "Scott Wilson (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WOOKIE-167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Scott Wilson updated WOOKIE-167:
--------------------------------

    Fix Version/s:     (was: 0.9.2)
                   0.9.3
    
> 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.3
>
>
> 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.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

Posted by "Scott Wilson (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WOOKIE-167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Scott Wilson updated WOOKIE-167:
--------------------------------

    Fix Version/s:     (was: 1.1.0)
                   1.0.0
    
> 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: 1.0.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.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

Posted by "Scott Wilson (JIRA)" <ji...@apache.org>.
    [ 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.


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

Posted by "Scott Wilson (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WOOKIE-167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Scott Wilson updated WOOKIE-167:
--------------------------------

    Fix Version/s:     (was: 0.9.1)
                   0.9.2

Moving to 0.9.2

> 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.2
>
>
> 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.
For more information on JIRA, see: http://www.atlassian.com/software/jira