Re: Flexbox response
Martijn <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.layout |
|---|---|
| Message-ID | <CAEhs2LdHPe8peJTZw74L-SjbbJak-fprvetKgx8fe4O57YkXmQ@mail.gmail.com> |
Hi Eddie, I think this is probably related to https://bugzilla.mozilla.org/show_bug.cgi?id=946167 Regards, Martijn On Sat, Aug 2, 2014 at 9:55 AM, Eddie Kominek <[email protected]> wrote: > Here's a very taxing flexbox webpage I'm developing: http://ahpedigrees.com/gallery/index.php/dogs/dog/190210 > > At the bottom, the pedigree view is a div containing many nested flexboxes. The slider adjusts the number of generations. There is a recursive function on the server side which build the object and another which builds the html. On slide, there is an AJAX call to the server for a new view. The div is set hidden, the html updated, adjustments are made to the new html (class updates) and then the div is un-hidden. In Chrome and IE, the response is fine. In Firefox, anything past 6 generations will lock up firefox and 4 generations is very slow. I've tried adjust various options in the CSS for the flexbox div's, but without luck. Any light anyone can shine on this would be appreciated. > _______________________________________________ > dev-tech-layout mailing list > [email protected] > https://lists.mozilla.org/listinfo/dev-tech-layout