We’re using ‘comments’ (plugin) in our HandsOnTable instance and while trying to set & render the HandsOnTable, the comment textArea appears at a distance from the target cell. Due to the above, if the content of the comment is a bit long, the same appears with a scroll but while trying to scroll inside the comment textArea, it disappears since the hover event for the target cell is lost.
We tried inspecting the element and we found that there are additional inline styles that are being applied to comment textArea and the values are pre-calculate for the top & left margin.
Please let us know as to how can we position & style the comment textArea. Looking forward to your support.
There’s no additional CSS that’s being applied on the table. Also, in one of the modules it’s working fine but not in this one. I’ve also tried commenting all the styles on the component but the issue persists.
Furthermore, the issue has found to occur on Chrome but works fine on Firefox.
I’m not sure why the inline style is getting applied. (PFB for reference).
I had tried replicating the issue on fiddle before using demos in the documentation, however the issue didn’t seem to occur there. Also, for us, it’s working fine on Firefox browser.
If you could let me know more about how the styling is added dynamically (if it’s calculated based upon some parent elements, etc).
Also, let me know if we can set the height of the Comment Text area and how can we do that.
In most of the cases the elements are not adjustable that’s why it would be better for us to replicate the issue and report it as an official bug. Only going official will keep the maintenance of the fix. Any CSS hacks may be broken for newer versions.