Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre > Library Management

Notices

Reply
 
Thread Tools Search this Thread
Old 07-29-2012, 10:41 AM   #1
buzzbuzz68
Junior Member
buzzbuzz68 began at the beginning.
 
buzzbuzz68's Avatar
 
Posts: 3
Karma: 10
Join Date: Jul 2012
Location: The Netherlands
Device: Pocketbook 360
Drag-and-drop images from Iron browser not working

I switched webbrowser from Firefox to Iron (a Chrome version without all the comunication to Google). From Firefox it's no problem to drag a picture to an e-book in Calibre when editing it. From Iron it just doesn't work. When I drag something to the desktop, both from Firefox and from Iron, the result is the same, getting the picture saved on the desktop.
Any idea why it won't work towards Iron
buzzbuzz68 is offline   Reply With Quote
Old 07-29-2012, 12:18 PM   #2
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,353
Karma: 27182818
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
When I developed that feature I tested it with firefox, IE and chrome. I dont have any idea why it doesn't work with iron. It's something I care to look into personally, but if you want to do so, the relevant code is in dnd.py in the calibre source code. You might get some useful debug output by running calibre in debug mode (right click on preferences to do that).
kovidgoyal is offline   Reply With Quote
Advert
Old 07-30-2012, 02:10 AM   #3
buzzbuzz68
Junior Member
buzzbuzz68 began at the beginning.
 
buzzbuzz68's Avatar
 
Posts: 3
Karma: 10
Join Date: Jul 2012
Location: The Netherlands
Device: Pocketbook 360
As I'm no developer at all, I ran Calibre in debug mode and got a log which I hope means something to you. The log is:

Spoiler:
calibre Debug log
calibre 0.8.62
Windows-7-6.1.7601-SP1
Windows
('Windows', '7', '6.1.7601')
Python 2.7.3
Windows: ('7', '6.1.7601', 'SP1', 'Multiprocessor Free')
Starting up...
Started up in 6.45 seconds with 10510 books
Debugging DND event
application/x-qt-windows-mime;value="DragContext" '\x00\x00\x00\x00\x01\x00\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00'

application/x-qt-windows-mime;value="DragImageBits" '\x90\x00\x00\x00\xc7\x00\x00\x00P\x00\x00\x00g\x0 0\x00\x00\x8d\x08\x05\x16\xff\xff\xff\xff\x8f\x8f\ x8e\x8f\x8e\x8e\x8e\x8f\x8e\x8e\x8e\x8f\x8e\x8e\x8 e\x8f\x8d\x8d\x8d\x8f\x88\x88\x88\x8f\x8d\x8d\x8d\ x8f\x8a\x8a\x8a\x8f\x8a\x8a\x8a\x8f\x8c\x8c\x8c\x8 f\x8a\x8a\x8a\x8f\x8c\x8c\x8c\x8f\x8c\x8c\x8c\x8f\

application/x-qt-windows-mime;value="FileGroupDescriptorW" '\x01\x00\x00\x00\x00\x80\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0 0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0

application/x-qt-windows-mime;value="FileContents" ''

text/html '<!--StartFragment--><img src="http://images-02.delcampe-static.net/img_large/auction/000/077/118/577_001.jpg?v=1" id="il_fi" height="651" width="471" style="padding-right: 8px; padding-top: 8px; padding-bottom: 8px; "><!--EndFragment-->'

text/x-moz-url u'http://images-02.delcampe-static.net/img_large/auction/000/077/118/577_001.jpg?v=1\n\x00'

text/uri-list 'http://images-02.delcampe-static.net/img_large/auction/000/077/118/577_001.jpg?v=1'

application/x-qt-windows-mime;value="UniformResourceLocatorW" 'h\x00t\x00t\x00p\x00:\x00/\x00/\x00i\x00m\x00a\x00g\x00e\x00s\x00-\x000\x002\x00.\x00d\x00e\x00l\x00c\x00a\x00m\x00p \x00e\x00-\x00s\x00t\x00a\x00t\x00i\x00c\x00.\x00n\x00e\x00t \x00/\x00i\x00m\x00g\x00_\x00l\x00a\x00r\x00g\x00e\x00/\x00a\x00u\x00c\x00t\x00i\x00o\x00n\x00/\x000\x000\x000\x00/\x000\x0

text/plain 'http://images-02.delcampe-static.net/img_large/auction/000/077/118/577_001.jpg?v=1'


Firefox rurl: None None
URLS: [u'http://images-02.delcampe-static.net/img_large/auction/000/077/118/577_001.jpg?v=1']
Paths: [u'img_large\\auction\\000\\077\\118\\577_001.jpg#']

Thanks for the fantastic program and this quick support. Very much appreciated.

Last edited by DoctorOhh; 07-30-2012 at 02:51 AM. Reason: Added spoiler tags
buzzbuzz68 is offline   Reply With Quote
Old 07-30-2012, 02:52 AM   #4
DoctorOhh
US Navy, Retired
DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.
 
DoctorOhh's Avatar
 
Posts: 9,896
Karma: 13806776
Join Date: Feb 2009
Location: North Carolina
Device: Icarus Illumina XL HD, Kindle PaperWhite SE 11th Gen
Moderator Notice
Added Spoiler tags to post above as part of best practices for calibre's forums.
DoctorOhh is offline   Reply With Quote
Old 07-30-2012, 02:55 AM   #5
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,353
Karma: 27182818
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Your browser appears to not be presenting the image as a standard image mime type in the drag and drop event. I'll add some code that will try to detect the URL and download the image from the web server directly, but that may or may not work, depending on whether the site you are drag and dropping from allows direct access to the image resources without a login and uses plain urls for images. I suggest switching to a browser with a non broken D&D implementation.

Last edited by kovidgoyal; 07-30-2012 at 02:58 AM.
kovidgoyal is offline   Reply With Quote
Advert
Old 07-31-2012, 03:26 AM   #6
buzzbuzz68
Junior Member
buzzbuzz68 began at the beginning.
 
buzzbuzz68's Avatar
 
Posts: 3
Karma: 10
Join Date: Jul 2012
Location: The Netherlands
Device: Pocketbook 360
Thanks Kovid, for the quick checkup.
I do still have another browser available, so I can live with this. Should you put some extra code in then I'll be more than happy to test if this works or not of course. And if not, it's no biggy. Thanks again for this great program of yours .

By the way, doing a little googling I found this. It's a bug report in Chromium that looks like it might be what's the problem here (as mentioned, I'm no developer, so I can't say for sure).

Last edited by buzzbuzz68; 07-31-2012 at 03:39 AM.
buzzbuzz68 is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Why drag and drop stopped working fartang Library Management 23 12-23-2024 08:41 AM
Drag and drop to add books not working. Stumbl Library Management 6 02-16-2011 08:31 PM
Drag 'n' Drop Perkin Calibre 17 10-06-2010 11:46 AM
Drag and Drop jjjconnon Calibre 11 02-27-2010 11:59 PM
Drag and Drop not working mazzeltjes Calibre 2 01-15-2009 05:32 PM


All times are GMT -4. The time now is 08:41 AM.


MobileRead.com is a privately owned, operated and funded community.