Pavel
--
Pavel Solin
University of Nevada, Reno
Home page: http://hpfem.org/~pavel
FEMTEC 2011:
Hermes: http://hpfem.org/
FEMhub: http://femhub.org/
I ran this in firebug in firefox, and this "div" is holding the mesh editor:
<div id="ext-gen62">
and it's dimension is (for some reason) 842x15. If I change it
manually in firebug to 842x100, then the mesh editor appears. So all
is there, currectly, except that the height of this div is wrong.
Sameer or Aayush, do you think that you could try to debug this more
using firebug? That would be a great occasion to learn something about
the lab and help fixing it, thus broadening the lab development team.
Ondrej
Wow, thank you very much Ondrej! I was trying to google possible
clashes of firefox with actionscript but there are not many.
Pavel
>
> Ondrej
>
> --
> You received this message because you are subscribed to the Google Groups "femhub" group.
> To post to this group, send email to fem...@googlegroups.com.
> To unsubscribe from this group, send email to femhub+un...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/femhub?hl=en.
Here is how to debug it:
1) determine who is responsible for generating the above div (extjs,
or our own javascript, or something else) -- find the exact place in
the code
2) determine, who sets the height of this div --- I guess the answer
to 1) would answer this one too
3) I think the height of this div is set in some "css" style
4) fix this (in firefox)
5) determine why this already works in chrome (so that we better
understand this problem)
Ondrej
What is the status of this?
If it works now, why did it failed and what was the fix? For future reference.
Thanks,
Ondrej