Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #27109

    Hello,
    the following HTML (a series of floated inline-block elements)
    <br /> <html lang="de"><br /> <body><br /> <br /> <a style="display: inline-block;float: left;"></a><br /> <a style="display: inline-block;float: left;"></a><br /> <a style="display: inline-block;float: left;"></a><br /> <br /> </body><br /> </html><br />
    causes an EmptyStackException in the newest fx2 version:

    java.util.EmptyStackException
    at java.util.Stack.peek(Stack.java:102)
    at java.util.Stack.pop(Stack.java:84)
    at org.zefer.html.doc.PD4MLHtmlParser.buildDocument(Unknown Source)
    at org.zefer.pd4ml.PD4ML.super(Unknown Source)
    at org.zefer.pd4ml.PD4ML.render(Unknown Source)

    Please let me know when it’s fixed or if we cal deliver more information.

    #29956

    The issue is not reproducible anymore with the current DEV build.

    An updated maintenance version is to be available till the end of the month.

    #29957

    Is there a chance to have a preview build earlier so that we can verify which of the issues we were experiencing have disappeared, and maybe isolate the remaining issues based on the current code state?

    #29958

    Apparently I wasn’t logged in last time. Is there any chance on a preview build so we can see how it behaves in our bug cases?

    Thank you!

    #29959

    Yes. We’ll build a test version for you later today.
    I’ll contact you by email.

    #29960

    Sorry… some urgent bugfixing. Hopefully we’ll have a stable version tomorrow.

    #29961

    I’ve just sent a download link by email.

    #29962

    This one is now gone in the current build. Thank you!
    I have sent a few more samples, somewhat less isolated, per email.

    #29963

    The issue is solved with 3100. Thank you!

Viewing 9 posts - 1 through 9 (of 9 total)

The forum ‘HTML/CSS rendering issues’ is closed to new topics and replies.