google-code-export / sqlite-manager

Automatically exported from code.google.com/p/sqlite-manager
1 stars 0 forks source link

CSV Import Incompatible with Firefox 35 #879

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Upgrade to Firefox 35
2. Attempt to import a csv file into an sqlite database
3.

What is the actual output?
Error "CSV Worker error! TypeError: gFile.contents is null File name: 
chrome://sqlitemanager/content/workerCsv.js Line number: 52" appears

What is the expected output?
The csv file is imported

What version of the product are you using? On what target Application (e.g.
Firefox 4.0.1, etc.)? On what operating system?
Extension Version = 0.8.1
Application = Firefox 35.0
OS = Windows 7 64bit

Please provide any additional information below. In some cases
errors/warnings may be logged in the Error Console (in Firefox) which is
available under the Tools menu or using Ctrl+Shift+J. If you find any
related to this extension, please report that too.

This error has been seen by several people (see link), and downgrading to 
Firefox 34 fixes the error
https://stackoverflow.com/questions/28013639/importing-csv-to-sqlitefirefox-add-
on-typeerror-gfile-contents-is-null/28033467#28033467?newreg=cfdaefbf0d884a8c873
02d5b43bf69be

Original issue reported on code.google.com by peter.ru...@gmail.com on 24 Jan 2015 at 1:10

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
One of the answers on that stackoverflow link fixed the error also for me:
http://stackoverflow.com/a/28138836/4492991, without downgrading to firefox 34!!

Original comment by tmsta...@t-mittelstaedt.de on 25 Jan 2015 at 9:51