2 bugs in 7.50.0000 version with firefox 3 ?

Things you’d like to miss in the future...
Forum rules
When reporting a bug, please include the following information: your XYplorer version (e.g., v27.90.0047), your Windows version (e.g., Win 11), and your screen scaling percentage (e.g., 125%). We recommend adding your Windows version and screen scaling percentage to your profile or signature. This will make debugging much easier for us.
chrisge
Posts: 28
Joined: 03 Nov 2006 12:05
Location: switzerland

2 bugs in 7.50.0000 version with firefox 3 ?

Post by chrisge »

hello !

2 nice functions which works really nice in 7.40 and firefox 2 doesn't work more with version 7.50+firefox 3...

Maybe I'm alone in this case...

1.- When I drop a picture from a web site to xyplorer, i got this error message:

screen capture:

Image

2.- When I try to right-clic on xyplorer and make "new shortcut" with an URL I got this message.

screen capture:

Image

Thank you in advance to take a look on my problem....

chris.

admin
Site Admin
Posts: 64886
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: 2 bugs in 7.50.0000 version with firefox 3 ?

Post by admin »

1. Arggh. Why must they change things that work? :wink: I will look at it later.

2. Works fine here (XP SP3).

lukescammell
Posts: 744
Joined: 28 Jul 2006 13:15
Location: Kent, UK
Contact:

Re: 2 bugs in 7.50.0000 version with firefox 3 ?

Post by lukescammell »

I can confirm this.

IE8 beta (once you've allowed it) and Safari 3.1 works just fine :D
Used to update to the latest beta every day. Now I have children instead…
Windows 10 Pro x64 (everywhere except phone…)

TheQwerty
Posts: 4373
Joined: 03 Aug 2007 22:30

Re: 2 bugs in 7.50.0000 version with firefox 3 ?

Post by TheQwerty »

admin wrote:1. Arggh. Why must they change things that work? :wink: I will look at it later.
There's a number of reports on Mozilla's Bugzilla about this, though I've yet to see anyone mention XY specifically.

Key discussions on it seem to be:
https://bugzilla.mozilla.org/show_bug.cgi?id=323555
and
https://bugzilla.mozilla.org/show_bug.cgi?id=440911

admin
Site Admin
Posts: 64886
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: 2 bugs in 7.50.0000 version with firefox 3 ?

Post by admin »

TheQwerty wrote:
admin wrote:1. Arggh. Why must they change things that work? :wink: I will look at it later.
There's a number of reports on Mozilla's Bugzilla about this, though I've yet to see anyone mention XY specifically.

Key discussions on it seem to be:
https://bugzilla.mozilla.org/show_bug.cgi?id=323555
and
https://bugzilla.mozilla.org/show_bug.cgi?id=440911
Yes, that's it. This user shares my problem:
Our application is looking for the DataFormat "FileDrop" within the DataObject
which is dropped on our application. In FF3, this data contained the path to
the cached version of the image on disk. In FF3 we no longer get this
information.
Looks like they gonna fix it soon. :)

TheQwerty
Posts: 4373
Joined: 03 Aug 2007 22:30

Re: 2 bugs in 7.50.0000 version with firefox 3 ?

Post by TheQwerty »

admin wrote:Looks like they gonna fix it eventually. :)
Fixed that for you.

It's assigned to someone and a patch is available to test, but it's not been given a target yet. :cry:

admin
Site Admin
Posts: 64886
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: 2 bugs in 7.50.0000 version with firefox 3 ?

Post by admin »

TheQwerty wrote:
admin wrote:Looks like they gonna fix it eventually. :)
Fixed that for you.

It's assigned to someone and a patch is available to test, but it's not been given a target yet. :cry:
The pressure is there:
http://ffextensionguru.wordpress.com/20 ... op-images/
http://support.mozilla.com/tiki-view_fo ... ntId=54943
I think it's a bug that disappoints many...

admin
Site Admin
Posts: 64886
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: 2 bugs in 7.50.0000 version with firefox 3 ?

Post by admin »

Since I need that feature myself urgently I had to go to work on it. And so...:

Code: Select all

    + INI-Tweak to make dropping images from Firefox 3 work.
        [General]
        WorkAroundFirefox3ImageDropBug=1
      If set to 1, the images are actually *downloaded* from their web 
      location to your harddisk.
Works fine here. Curious to see your results... :)

chrisge
Posts: 28
Joined: 03 Nov 2006 12:05
Location: switzerland

Re: 2 bugs in 7.50.0000 version with firefox 3 ?

Post by chrisge »

admin wrote:Since I need that feature myself urgently I had to go to work on it. And so...:

Code: Select all

    + INI-Tweak to make dropping images from Firefox 3 work.
        [General]
        WorkAroundFirefox3ImageDropBug=1
      If set to 1, the images are actually *downloaded* from their web 
      location to your harddisk.
Works fine here. Curious to see your results... :)
Where can you see these informations ?

TheQwerty
Posts: 4373
Joined: 03 Aug 2007 22:30

Re: 2 bugs in 7.50.0000 version with firefox 3 ?

Post by TheQwerty »

admin wrote:Since I need that feature myself urgently I had to go to work on it. And so...:

Code: Select all

    + INI-Tweak to make dropping images from Firefox 3 work.
        [General]
        WorkAroundFirefox3ImageDropBug=1
      If set to 1, the images are actually *downloaded* from their web 
      location to your harddisk.
Works fine here. Curious to see your results... :)
Works fine here too, and even resolves the previous dual-monitor issues I had with FF2!

I assume this is using the same code, so perhaps Download2 may soon become public? ;)

admin
Site Admin
Posts: 64886
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: 2 bugs in 7.50.0000 version with firefox 3 ?

Post by admin »

TheQwerty wrote:I assume this is using the same code, so perhaps Download2 may soon become public? ;)
:mrgreen: Impressive, TheQwerty! Not only can you read binaries, you also read thoughts! :wink:

TheQwerty
Posts: 4373
Joined: 03 Aug 2007 22:30

Re: 2 bugs in 7.50.0000 version with firefox 3 ?

Post by TheQwerty »

chrisge wrote:
admin wrote:Since I need that feature myself urgently I had to go to work on it. And so...:

Code: Select all

    + INI-Tweak to make dropping images from Firefox 3 work.
        [General]
        WorkAroundFirefox3ImageDropBug=1
      If set to 1, the images are actually *downloaded* from their web 
      location to your harddisk.
Works fine here. Curious to see your results... :)
Where can you see these informations ?
Assuming you have installed and are running the new version (v7.50.0011) and also have quick scripting enabled put the following into the address bar and hit enter:

Code: Select all

::#182;SetKey(1, "WorkAroundFirefox3ImageDropBug", "General");#190;
That will save all settings, enable the tweak, and then restart without saving XY.

admin
Site Admin
Posts: 64886
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: 2 bugs in 7.50.0000 version with firefox 3 ?

Post by admin »

admin wrote:
TheQwerty wrote:I assume this is using the same code, so perhaps Download2 may soon become public? ;)
:mrgreen: Impressive, TheQwerty! Not only can you read binaries, you also read thoughts! :wink:
Okay, play with it (but use "download2" instead of "download") :

Code: Select all

      ' download file from the internet
      ' syntax: download SourceUrl, [TargetFile]
      '   SourceUrl:  any URL (http:// or ftp:// or file:///)
      '   TargetFile: defaults to <curpath>\sourcefilename
      ' ::download "http://www.xyplorer.com/download/xyplorer_6.80_beta_noinstall.zip", "<curpath>\xy.zip"
:)

TheQwerty
Posts: 4373
Joined: 03 Aug 2007 22:30

Re: 2 bugs in 7.50.0000 version with firefox 3 ?

Post by TheQwerty »

admin wrote:
admin wrote:
TheQwerty wrote:I assume this is using the same code, so perhaps Download2 may soon become public? ;)
:mrgreen: Impressive, TheQwerty! Not only can you read binaries, you also read thoughts! :wink:
Okay, play with it (but use "download2" instead of "download") :

Code: Select all

      ' download file from the internet
      ' syntax: download SourceUrl, [TargetFile]
      '   SourceUrl:  any URL (http:// or ftp:// or file:///)
      '   TargetFile: defaults to <curpath>\sourcefilename
      ' ::download "http://www.xyplorer.com/download/xyplorer_6.80_beta_noinstall.zip", "<curpath>\xy.zip"
:)
I already had been, and am glad to see I was right guessing the arguments. :P

Been trying to figure out a few of the other undocumented commands as well, but there's 4 that I can guess from the name but they don't appear to be doing much of anything.

jacky
XYwiki Master
Posts: 3106
Joined: 23 Aug 2005 22:25
Location: France
Contact:

Re: 2 bugs in 7.50.0000 version with firefox 3 ?

Post by jacky »

admin wrote:
admin wrote:
TheQwerty wrote:I assume this is using the same code, so perhaps Download2 may soon become public? ;)
:mrgreen: Impressive, TheQwerty! Not only can you read binaries, you also read thoughts! :wink:
Okay, play with it (but use "download2" instead of "download") :

Code: Select all

      ' download file from the internet
      ' syntax: download SourceUrl, [TargetFile]
      '   SourceUrl:  any URL (http:// or ftp:// or file:///)
      '   TargetFile: defaults to <curpath>\sourcefilename
      ' ::download "http://www.xyplorer.com/download/xyplorer_6.80_beta_noinstall.zip", "<curpath>\xy.zip"
:)
Nice one there, but before it's made public it'd be nice to have a way to get feedback of statusbar (% when/if possible, or size downloaded so far otherwise). (Ideally we could send a text to be used on statusbar as well - as prefix, or using %s)

Then, if <target> could actually be a variable, and with another param it means XY won't read the file name from that variable, but actually store the URL's content into that variable, that would be the best (unless that's for the command read?)

Because ATM for example my script to auto-update XY relies on two external app (wget & clip), but if I could have ways to download an URL into a file, as well as load it into a variable, then I could finally make my script dependencies-free! (Well, except for WinRAR but that one I don't count, obviously)
Proud XYplorer Fanatic

Post Reply