Copy paste not working in Firefox browser

Tags: #<Tag:0x00007efc60739b60>

Hi,
We tried pasting the data to handson screen form excel it’s not working in Firefox browser where as it worked in one of the version 54.0(32-bit).
Not working in all other and latest versions like 54.0.1(32-bit) and same issue with IE also.please help us fix this issue?

By the way i am trying to paste the data on Bootstrap modal.please let me know if you need more information.

thanks for help in advance.

Hi @rohit.parwal

we currently do not support importing data from Excel. However, we are working on a similar side project. Please specify more details about the issue and if needed share demos that shows the issue.

sorry for confusion when pasting from a excel file (not importing) the data to google chrome browser it’s working fine but when we use other browsers like Firefox and Internet explorer it’s not working. It’s just copy and pasting the data to handson grid.

Please notice that it will only work by using keyboard shortcut CMD/CTRL + V.

I have just tried Edge, Chrome 59 and FF 54 without any issues. Could you send me your OS/Browser settings and check if you are able to paste the data into this table https://docs.handsontable.com/pro/1.12.0/demo-scrolling.html?

1 Like

it’s tentative with FF. we could not able replicate it now i am not sure what happened at that time . do we have support for Internet Explorer also ?
Thanks

Yes, we also support IE 9+

Without an ability to replicate the issue I have to close the ticket. Are there anything else I can try to get the same result?

is there any open issues with Bootstrap modal ? because we implemented handson on bootstrap modal and tab. we are facing issues with modal when pasting the data.
thanks

sorry,i created one demo here to explain clearly please try this in IE.
demo
please let me know if you see any issue with URL
thanks

Hi @rohit.parwal

unfortunately, we have a few issues when it comes to modal windows. In some of the topics you can find tips that may help.

In your case you can add the setTimeout to display the table totally
demo:

setTimeout(function(){
      hot1.render()
  }, 1000)

I have used 1000ms but it looks like a smaller value will do the same job.