1
Views
1
Comments
Focus in Internet Explorer
Question
Hey,

I implemented a css style to incorporate horizontal scrolling on a table records with many columns. The style is nice and fully functional in Firefox, however in IE, i have another widget on the page (a timer that counts elapsed time on the page) that takes the focus off of the scroll. So trying to scroll through the table gets cut out by the other widget updating every second.

.Content_Scroll{
display: inline-block;
left: 3%;
margin-top:5px;
position:absolute;
overflow-x: scroll;
width:93%;
padding-bottom:10px;
}

Any ideas on a css attribute to add that would prevent this break? Allowing me to scroll smoothly and not intermittently between timer updates.

Thanks,

Leo
2019-08-20 01-57-17
RafaOutSystems
 
MVP
Hi Leo,

Could you share a sample eSpace?

Regards,
Rafael Pereira
www.lisbonsolutions.pt 
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.