s subscribed to 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
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.u
ceived this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to 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/fire
ging 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
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
does not work
To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/131145/+subscriptions
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
d.net/firefox/+bug/131145/+subscriptions
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
about this bug go to:
https://bugs.launchpad.net/firefox/+bug/131145/+subscriptions
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
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
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/131145
Title:
Dragging icon from Nautilus to HTML File Input box does not
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
That sounds fixable.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/131145
Title:
Dragging icon from Nautilus to HTML File Input box does not work
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubun
(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
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
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/131145
Title:
Dragging icon from Nautilus to HTML File Input box does
** Changed in: firefox
Status: Confirmed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/131145
Title:
Dragging icon from Nautilus to HTML File Input box does not work
--
ubun
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
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/131145
Title:
Dragging ic
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
Maybe this should be tracked for Firefox 7 as a new feature.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/131145
Title:
Dragging icon from Nautilus to HTML File Input box does not work
--
ubuntu-
http://hg.mozilla.org/mozilla-central/rev/5c6d107ede5a
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/131145
Title:
Dragging icon from Nautilus to HTML File Input box does not work
--
ubuntu-bugs m
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
(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
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
Bugs, which is subscribed to Ubuntu.
https://
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 @@
> +
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
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/131145
Title:
Dragging icon from Naut
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
Cool! Needs a test :-).
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/131145
Title:
Dragging icon from Nautilus to HTML File Input box does not work
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.u
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
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/131145
Title:
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
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/131145
Title:
Dragging icon from Nautilus to HTML File Input box does
(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
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
Bugs, which is subscribed to Ubuntu.
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
-
** 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
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing
** 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
Bu
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
** 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
Bugs, which is the bug contact for Ubuntu.
--
ubuntu-bugs mailin
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
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
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
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
** 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
Bugs, which is the bug contact for Ubuntu.
--
ub
** 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
Bugs, which is the bug contact for Ubuntu.
--
ubuntu-
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
Bugs, whi
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
--
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
** 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
Bugs, which is the bug contact fo
thanks for the report. We are now looking for a QA team member who can
reproduce and confirm this behaviour.
Thanks for your contribution,
- Alexander
** Changed in: firefox (Ubuntu)
Assignee: (unassigned) => Mozilla Bugs
Status: New => Incomplete
** Tags added: mt-needtester
**
confirmed, looks like a firefox issue, reassigning
** Changed in: firefox (Ubuntu)
Sourcepackagename: epiphany-browser => firefox
Assignee: Ubuntu Desktop Bugs => (unassigned)
Status: Incomplete => New
--
Dragging icon from Nautilus to HTML File Input box does not work
https://bugs.l
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
** 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
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
47 matches
Mail list logo