Re: Good place to be asking non FF SVG questions?

"Pete d'Oronzio" <[email protected]> Wed, 30 Aug 2017 18:38:10 -0500
Newsgroups gmane.comp.mozilla.devel.svg
Message-ID <[email protected]>
Hi Jeremie,

Thanks for your quick response.

My main goal is to find some newgroup or other forum where asking
questions like "which browsers will work for x, and which don't", or
"why doesn't this work in Edge" is acceptable.  I would imagine that
asking that here would result in a response like "this group is for FF".

Since you asked about today's specific problem, I created a simplified
version of my project:
http://util.governmenttools.com/test/SVGDiagram/Sample1.html

You'll note that there are graphic symbols assembled from polylines and
some text.  They are each grouped in a <g> that includes a pdid CRASH
number.  It is my goal to be able to hover over any part of the symbol
or text and have the entire graphic highlight.  Separately, I will need
to create code that allows for a click on any part to identify the
parent, and therefore the CRASH number.  I think I can handle the
latter.

Thanks again for your interest.



Jeremie Patonnier wrote:

> Hi Pete
> 
> It's unclear what you try to achieve, do you have some code sample
> somewhere so that we can discuss on top of something concrete?
> 
> Best,
> Jeremie
> 
> 2017-08-30 20:55 GMT+02:00 Pete d'Oronzio <[email protected]>:
> 
> > Hi there,
> > 
> > I've got a bunch of JS + CSS + SVG that I built and tested in FF
> > over the past few days.  I had already tested the basic display in
> > other browsers, but have now found that some of the CSS code
> > doesn't work the same in any other browser. I'm hoping to find a
> > group where this sort of thing is discussed.
> > 
> > For the curious, my problem is that I styled my <g> elements to
> > "highlight" all of their elements using a hover style.  It turns out
> > that the <g> element is just a container and other browsers don't
> > distribute the style to its children.  So now I need to search for a
> > means of highlighting a group of graphics when any one of them is
> > hovered over.
> > 
> > Thanks!
> > Pete
> > _______________________________________________
> > dev-tech-svg mailing list
> > [email protected]
> > https://lists.mozilla.org/listinfo/dev-tech-svg
> >