Welcome Guest Search | Active Topics | Sign In | Register

First letter text transformation breaks links partially (PDF) Options
nikfe
Posted: Friday, February 22, 2019 2:37:15 AM
Rank: Member
Groups: Member

Joined: 5/25/2015
Posts: 21
Convert following HTML. Second link is applied with first-letter uppercase rule. This makes PDF link only being clickable for uppered L letter.

Code: HTML/ASPX
<html>
<head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
     <style>
        p+p::first-letter {
          text-transform: uppercase;
        }
     </style>
</head>
<body>
    <p><a href="#1348">link - this works normally</a></p>
    <p><a href="#1348">link - this works only from uppered 'L'</a></p>

    <div style="height: 1500px;"></div><!-- Just white space -->

    <div id="1348">link target</div>
</body>
</html>
eo_support
Posted: Tuesday, February 26, 2019 3:25:35 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,067
Thanks for the sample file. We have confirmed this to be an issue in the current build. The issue will be fixed in our next build and we will reply here again when the new build is available.
eo_support
Posted: Tuesday, February 26, 2019 7:01:17 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,067
Hi,

We have posted a new build that should resolve the issue for you. Please see your private message for the download location.

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.