[Bug 131145]

2012-05-03 Thread Cl-bugs-new2
s.launchpad.net/firefox/+bug/131145/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 131145]

2012-05-03 Thread Sabuj Pattanayek
h is subscribed to epiphany-browser in Ubuntu. https://bugs.launchpad.net/bugs/131145 Title: Dragging icon from Nautilus to HTML File Input box does not work To manage notifications about this bug go to: https://bugs.launchpad.net/firefox/+bug/131145/+subscriptions -- desktop-bugs mailing li

[Bug 131145]

2012-05-03 Thread Sabuj Pattanayek
.net/bugs/131145 Title: Dragging icon from Nautilus to HTML File Input box does not work To manage notifications about this bug go to: https://bugs.launchpad.net/firefox/+bug/131145/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinf

[Bug 131145]

2011-07-06 Thread Asa
Nautilus to HTML File Input box does not work To manage notifications about this bug go to: https://bugs.launchpad.net/firefox/+bug/131145/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 131145]

2011-06-28 Thread Dchan
go to: https://bugs.launchpad.net/firefox/+bug/131145/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 131145]

2011-06-17 Thread Curtisk
work To manage notifications about this bug go to: https://bugs.launchpad.net/firefox/+bug/131145/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 131145]

2011-06-02 Thread Roc-ocallahan
Make it require chrome privileges and make your test a mochitest-chrome test. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to epiphany-browser in Ubuntu. https://bugs.launchpad.net/bugs/131145 Title: Dragging icon from Nautilus to H

[Bug 131145]

2011-06-02 Thread Ventnor-bugzilla
That would require exposing something very sensitive to script, I thought. I did look into it while I was trying to write a test, and the only place this field is written to is the constructor and copy- constructor, so I assumed the field was kept private for security reasons. -- You received thi

[Bug 131145]

2011-06-02 Thread Roc-ocallahan
That sounds fixable. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to epiphany-browser in Ubuntu. https://bugs.launchpad.net/bugs/131145 Title: Dragging icon from Nautilus to HTML File Input box does not work -- desktop-bugs mailin

[Bug 131145]

2011-06-02 Thread Ventnor-bugzilla
(In reply to comment #62) > We have some automated tests for drag-and-drop, why can't we automate a test > here? Because of GetFiles(). It blocks us getting the files if the original event of the transferData was not "drop", but the way we make a dataTransfer in script is to synthesise a "dragstar

[Bug 131145]

2011-06-02 Thread Roc-ocallahan
We have some automated tests for drag-and-drop, why can't we automate a test here? -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to epiphany-browser in Ubuntu. https://bugs.launchpad.net/bugs/131145 Title: Dragging icon from Nautilus

[Bug 131145] Re: Dragging icon from Nautilus to HTML File Input box does not work

2011-06-01 Thread Bug Watch Updater
** Changed in: firefox Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to epiphany-browser in Ubuntu. https://bugs.launchpad.net/bugs/131145 Title: Dragging icon from Nautilus to HTML File Input

[Bug 131145]

2011-06-01 Thread Ventnor-bugzilla
This will be in Firefox 7 at the earliest. As there is problems with automatically testing this bug, we'd need a litmus test. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to epiphany-browser in Ubuntu. https://bugs.launchpad.net/bugs/

[Bug 131145]

2011-06-01 Thread Johnmblack
Has any part of this already landed in FF 4? I'm asking because today I experienced windows locked file problems twice after accidentally dropping a file onto a FF4 window. After FF captured the drop, it seemed the file was locked in the OS indefinitely until I killed the FF process. -- You rec

[Bug 131145]

2011-06-01 Thread Mounir-lamouri
Maybe this should be tracked for Firefox 7 as a new feature. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to epiphany-browser in Ubuntu. https://bugs.launchpad.net/bugs/131145 Title: Dragging icon from Nautilus to HTML File Input bo

[Bug 131145]

2011-06-01 Thread Ventnor-bugzilla
http://hg.mozilla.org/mozilla-central/rev/5c6d107ede5a -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to epiphany-browser in Ubuntu. https://bugs.launchpad.net/bugs/131145 Title: Dragging icon from Nautilus to HTML File Input box does

[Bug 131145]

2011-05-30 Thread Enn
Comment on attachment 534375 Patch 2 @@ +584,5 @@ >> + >> + // We only support dropping files onto a file upload control >> + PRBool typeSupported; >> + types->Contains(NS_LITERAL_STRING("Files"), &typeSupported); >> + return typeSupported; > You can also get the file list and check if it's e

[Bug 131145]

2011-05-27 Thread Ventnor-bugzilla
(In reply to comment #54) > Comment on attachment 534375 [details] [review] > Patch 2 > > Review of attachment 534375 [details] [review]: > - > > f=mounir with the nits fixed. > Moving the review of the dragover/drop events handling

[Bug 131145]

2011-05-27 Thread V-anthony
I don't know if it's already in this patch but it would be nice to change the cursor when hovering the drop zone. For example on Mac, this cursor is a plus on a green background. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to epiphany

[Bug 131145]

2011-05-27 Thread Mounir-lamouri
Comment on attachment 534375 Patch 2 Review of attachment 534375: - f=mounir with the nits fixed. Moving the review of the dragover/drop events handling to Neil. ::: content/html/content/src/nsHTMLInputElement.cpp @@ +1390,5 @@ > +

[Bug 131145]

2011-05-26 Thread Jst
Comment on attachment 534375 Patch 2 I'd actually like to hear what Mounir has to say about this before I review. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to epiphany-browser in Ubuntu. https://bugs.launchpad.net/bugs/131145 Titl

[Bug 131145]

2011-05-23 Thread Ventnor-bugzilla
Created attachment 534375 Patch 2 Sorry roc and jst but I won't be able to write a test for this. This is due to this line here under nsDomDataTransfer::GetFiles: if (mEventType != NS_DRAGDROP_DROP && mEventType != NS_DRAGDROP_DRAGDROP) return NS_OK; The way we handle a dataTransfer in tes

[Bug 131145]

2011-05-21 Thread Roc-ocallahan
Cool! Needs a test :-). -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to epiphany-browser in Ubuntu. https://bugs.launchpad.net/bugs/131145 Title: Dragging icon from Nautilus to HTML File Input box does not work -- desktop-bugs mai

[Bug 131145]

2011-05-20 Thread Ventnor-bugzilla
Created attachment 533900 Patch Dragged this patch to the file upload control ;) jst, I think you're the most appropriate person for this? -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to epiphany-browser in Ubuntu. https://bugs.launc

[Bug 131145]

2011-05-20 Thread Ventnor-bugzilla
I've decided to work on this, and have spent most of the day implementing a patch. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to epiphany-browser in Ubuntu. https://bugs.launchpad.net/bugs/131145 Title: Dragging icon from Nautilus

[Bug 131145]

2011-03-02 Thread Matej
(In reply to comment #47) > So very sorry to see this is *still* not implemented in 4.0b12 (:-( > Aaarggghhh! > Can I buy votes for this must-have feature? (;-) Kinda ironic to have to use > Safari to report Firefox bugs. (ironic comment from a non-Mozillian) Sure you can! Hire a programmer to c

[Bug 131145]

2011-03-02 Thread Mozilla-mactester
So very sorry to see this is *still* not implemented in 4.0b12 (:-( Aaarggghhh! Can I buy votes for this must-have feature? (;-) Kinda ironic to have to use Safari to report Firefox bugs. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to

[Bug 131145]

2011-02-19 Thread Jruderman
Now that we support DOM events for grabbing dropped files, there's no security reason to not implement this feature for plain elements. https://developer.mozilla.org/En/DragDrop/DataTransfer https://developer.mozilla.org/en/using_files_from_web_applications#Selecting_files_using_drag_and_drop -

[Bug 131145] Re: Dragging icon from Nautilus to HTML File Input box does not work

2010-09-18 Thread Bug Watch Updater
** Changed in: firefox Importance: Unknown => Wishlist -- Dragging icon from Nautilus to HTML File Input box does not work https://bugs.launchpad.net/bugs/131145 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to epiphany-browser in ubunt

[Bug 131145] Re: Dragging icon from Nautilus to HTML File Input box does not work

2010-09-15 Thread Bug Watch Updater
** Changed in: nautilus Status: Invalid => Expired ** Changed in: nautilus Importance: Unknown => Wishlist -- Dragging icon from Nautilus to HTML File Input box does not work https://bugs.launchpad.net/bugs/131145 You received this bug notification because you are a member of Ubuntu De

[Bug 131145] Re: Dragging icon from Nautilus to HTML File Input box does not work

2008-05-16 Thread Roberto Sarrionandia
This works in Firefox 3. ** Changed in: firefox (Ubuntu) Assignee: Mozilla Bugs (mozilla-bugs) => (unassigned) Status: In Progress => Fix Released -- Dragging icon from Nautilus to HTML File Input box does not work https://bugs.launchpad.net/bugs/131145 You received this bug notifica

[Bug 131145] Re: Dragging icon from Nautilus to HTML File Input box does not work

2008-01-18 Thread Bug Watch Updater
** Changed in: nautilus Status: New => Invalid -- Dragging icon from Nautilus to HTML File Input box does not work https://bugs.launchpad.net/bugs/131145 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug contact for epiphany-browser in ubunt

Re: [Bug 131145] Re: Dragging icon from Nautilus to HTML File Input box does not work

2007-08-22 Thread Alexander Sack
On Wed, Aug 22, 2007 at 01:39:57PM -, Alex Jones wrote: > Sebastien: > > "Alex, why did you open an epiphany-browser task? That looks like a > gecko bug and its known by mozilla upstream" > > I'm sorry, I guess I don't really understand what those things are for. > There really is never any m

[Bug 131145] Re: Dragging icon from Nautilus to HTML File Input box does not work

2007-08-22 Thread Alex Jones
Sebastien: "Alex, why did you open an epiphany-browser task? That looks like a gecko bug and its known by mozilla upstream" I'm sorry, I guess I don't really understand what those things are for. There really is never any mention of "tasks" for me on Launchpad, all I see is what is labelled as "a

[Bug 131145] Re: Dragging icon from Nautilus to HTML File Input box does not work

2007-08-22 Thread Alexander Sack
this is a gecko issue and epiphany cannot do much about it. ** Changed in: epiphany-browser (Ubuntu) Status: New => Invalid -- Dragging icon from Nautilus to HTML File Input box does not work https://bugs.launchpad.net/bugs/131145 You received this bug notification because you are a membe

[Bug 131145] Re: Dragging icon from Nautilus to HTML File Input box does not work

2007-08-22 Thread Alexander Sack
its confirmed in bugzilla.mozillla.org -> In Progress for Ubuntu firefox. ** Tags removed: mt-needtester ** Changed in: firefox (Ubuntu) Status: Incomplete => In Progress -- Dragging icon from Nautilus to HTML File Input box does not work https://bugs.launchpad.net/bugs/131145 You receiv

[Bug 131145] Re: Dragging icon from Nautilus to HTML File Input box does not work

2007-08-22 Thread Bug Watch Updater
** Changed in: firefox (upstream) Status: Unknown => Confirmed -- Dragging icon from Nautilus to HTML File Input box does not work https://bugs.launchpad.net/bugs/131145 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug contact for epiphany-

[Bug 131145] Re: Dragging icon from Nautilus to HTML File Input box does not work

2007-08-22 Thread Bug Watch Updater
** Changed in: nautilus (upstream) Status: Unknown => New -- Dragging icon from Nautilus to HTML File Input box does not work https://bugs.launchpad.net/bugs/131145 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug contact for epiphany-brows

[Bug 131145] Re: Dragging icon from Nautilus to HTML File Input box does not work

2007-08-22 Thread Sebastien Bacher
Alex, why did you open an epiphany-browser task? That looks like a gecko bug and its known by mozilla upstream -- Dragging icon from Nautilus to HTML File Input box does not work https://bugs.launchpad.net/bugs/131145 You received this bug notification because you are a member of Ubuntu Desktop B

[Bug 131145] Re: Dragging icon from Nautilus to HTML File Input box does not work

2007-08-21 Thread Roberto Sarrionandia
Also known upstream in mozilla, I will link there too ** Bug watch added: Mozilla Bugzilla #50660 https://bugzilla.mozilla.org/show_bug.cgi?id=50660 ** Also affects: firefox (upstream) via https://bugzilla.mozilla.org/show_bug.cgi?id=50660 Importance: Unknown Status: Unknown --

[Bug 131145] Re: Dragging icon from Nautilus to HTML File Input box does not work

2007-08-21 Thread Roberto Sarrionandia
This is known upstream at gnome I'll link to bugzilla ** Bug watch added: Mozilla Bugzilla #393118 https://bugzilla.mozilla.org/show_bug.cgi?id=393118 ** Also affects: nautilus (upstream) via https://bugzilla.mozilla.org/show_bug.cgi?id=393118 Importance: Unknown Status: Unknown

[Bug 131145] Re: Dragging icon from Nautilus to HTML File Input box does not work

2007-08-21 Thread Alex Jones
** Also affects: epiphany-browser (Ubuntu) Importance: Undecided Status: New -- Dragging icon from Nautilus to HTML File Input box does not work https://bugs.launchpad.net/bugs/131145 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug cont

[Bug 131145] Re: Dragging icon from Nautilus to HTML File Input box does not work

2007-08-16 Thread Alex Jones
1. Go to http://imageshack.us/ 2. Drag a file from Nautilus to HERE (see blue outline in screenshot) 3. Nothing 4. Drag it to the "email" field underneath 5. See that the URI is inserted ** Attachment added: "imageshack.png" http://launchpadlibrarian.net/8875967/imageshack.png -- Dragging ic

[Bug 131145] Re: Dragging icon from Nautilus to HTML File Input box does not work

2007-08-16 Thread Sebastien Bacher
Thank you for your bug. The description is not clear. Could you give an example? ** Changed in: epiphany-browser (Ubuntu) Importance: Undecided => Low Assignee: (unassigned) => Ubuntu Desktop Bugs Status: New => Incomplete -- Dragging icon from Nautilus to HTML File Input box does

[Bug 131145] Re: Dragging icon from Nautilus to HTML File Input box does not work

2007-08-08 Thread Alex Jones
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/8738666/Dependencies.txt ** Attachment added: "ProcMaps.txt" http://launchpadlibrarian.net/8738667/ProcMaps.txt ** Attachment added: "ProcStatus.txt" http://launchpadlibrarian.net/8738668/ProcStatus.txt -- Dragging

[Bug 131145] Dragging icon from Nautilus to HTML File Input box does not work

2007-08-08 Thread Alex Jones
Public bug reported: Binary package hint: epiphany-browser The GNOME-VFS URI is placed into any regular HTML Input box, but nothing happens if you drag to a file input box. The cursor indicates that it's OK to drop (Changes to a +), but the filename does not get inserted. Is this because it come