On Jul 28, 11:54 am, "L. David Baron" <[EMAIL PROTECTED]> wrote:
> On Sunday 2008-07-27 21:44 -0700, krithika wrote:
>
> > I have x86-64 builds of xulrunner and I embedded it in java.The style
> > page-break-after:always does not work in x86-64 builds.It works
> > perfectly in 32bit versions.
>
> > Not sure why this css property is broken in X64 bit builds?
>
> Do you have a testcase that works in a 32-bit build but is broken in
> a 64-bit build?  If so, could you report the bug in Bugzilla?
>
> -David
>
> --
> L. David Baron                                http://dbaron.org/
> Mozilla Corporation                      http://www.mozilla.com/

Figured out the problem.display:table style in body ignores all page-
break-after:always in my page , otherwise it works.The page I tried in
32bit did not have display:table style in body so it worked.

However the style display:table interferes with page-break-
after:always and page-break-before:always styles.

Thanks,
Krithi

_______________________________________________
dev-tech-layout mailing list
dev-tech-layout@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-tech-layout

Reply via email to