Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

treemap svg elements missing position and size making them invisible on firefox #1983

Closed
GREEB opened this issue Oct 3, 2022 · 3 comments
Closed
Labels
bug Concrete, reproducible bugs Firefox

Comments

@GREEB
Copy link

GREEB commented Oct 3, 2022

Bug Report

#1327 is maybe the same bug but its closed.

Steps to Reproduce:

Go to https://perspective.finos.org/ and toggle example to treemap
image

Expected Result:

Open same page with Version 104.0.5112.102 (Official Build, ungoogled-chromium) (64-bit)
image

Environment:

Firefox 105.0.1 (64-bit)
Windows 10

Additional Context:

it seems that x: y: width: height: do not get set in Firefox

So in Chromium the rect style is something like:

{    
   x: 0px;
   y: 89.4314;
   width: 126.966px;
   height: 56.4545px;
   fill: rgb(71, 120, 194);
}

In Firefox when svg are "invisible":

{
  x: 0px;
  y: 0px;
  fill: rgb(36, 38, 40);
}
@GREEB GREEB changed the title treemap svg element missing position and size making it invisible treemap svg element missing position and size making it invisible on firefox Oct 3, 2022
@GREEB GREEB changed the title treemap svg element missing position and size making it invisible on firefox treemap svg elements missing position and size making them invisible on firefox Oct 3, 2022
@GREEB
Copy link
Author

GREEB commented Oct 3, 2022

another example using @latest for sure https://bl.ocks.org/texodus/raw/6b4dcebf65db4ebe4fe53a6de5ea0b48/?raw=true
here it seems the rect does not have x: y:

Steps to Reproduce:

Expected

image

Environment:

Firefox 105.0.1 (64-bit)
Windows 10

@texodus texodus added the bug Concrete, reproducible bugs label Oct 3, 2022
@waynexia
Copy link

waynexia commented Apr 6, 2023

Cannot render treemap in the example page too. On Firefox 111.0.1 (64-bit)

image

image

@texodus
Copy link
Member

texodus commented Jul 24, 2024

Thanks for the report. I've consolidated this and other Firefox issues into #2693, closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Concrete, reproducible bugs Firefox
Projects
None yet
Development

No branches or pull requests

4 participants