Data at Your Fingertips: Explore Our New Reporting and Statistical Capabilities By Ryan Ashbrook Tuesday at 01:29 PM
Ilya Hoilik Posted April 4, 2017 Share Posted April 4, 2017 Hello. Hiding in data-ipsTruncate widget is not working with ipsContained class. For example: <div class="ipsType_medium ipsType_textBlock ipsType_richText ipsContained" data-ipstruncate="" data-ipstruncate-type="hide" data-ipstruncate-size="6 lines"> <p>Some VERY long text...</p> </div> And as a result I got this: So, I have selected 'truncate up to 6 lines', but the result is different. When I click 'Read more' the button just disappear. @Rikki is it a bug? If not, then how to get around this problem? Link to comment Share on other sites More sharing options...
Kirill Gromov Posted April 4, 2017 Share Posted April 4, 2017 Maybe: <div class="ipsType_medium ipsType_textBlock ipsType_richText ipsContained" data-ipstruncate data-ipstruncate-type="hide" data-ipstruncate-size="6 lines"> <p>Some VERY long text...</p> </div> Link to comment Share on other sites More sharing options...
Ilya Hoilik Posted April 4, 2017 Author Share Posted April 4, 2017 The same result. But widget was initialized correctly in both cases, so I think problem in another place which I can't found, unfortunately. Link to comment Share on other sites More sharing options...
Kirill Gromov Posted April 4, 2017 Share Posted April 4, 2017 Yes, it's definitely a bug of hide type Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.