[Bug 131145]

2012-05-03 Thread Sabuj Pattanayek
This broke after firefox 6. For example in confluence's drag and drop
box for attachments. Works fine in Chrome  Safari.

-- 
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

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]

2012-05-03 Thread Sabuj Pattanayek
nm, https://issues.alfresco.com/jira/browse/ALF-10582 it's up to you
guys to support older APIs and websites that use them. If you guys won't
then I'll just have to make upgrades elsewhere.

-- 
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

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]

2012-05-03 Thread Cl-bugs-new2
(In reply to Sabuj Pattanayek from comment #70)
 This broke after firefox 6. For example in confluence's drag and drop box
 for attachments. Works fine in Chrome  Safari.

Please file a new bug on that with specific steps to reproduce, marking
it blocking this one.

-- 
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

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-07-06 Thread Asa
If there are regressions from this, please nominate those issues for
tracking. Thanks.

-- 
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

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
I talked to Michael and dveditz about the implementation. One of the
main concerns was outlined by Jesse in comment 20 , tricking the user to
drag/drop onto the wrong site.

A malicious site could frame a good site which has a drag and drop.
However the malicious site wouldn't be able to access the file contents
due to scripting restrictions. The code prevents event propagation for a
drag and drop event.

A similar attack would be if code injection was found on a good site and
used to frame a bad site drag/drop control. However this is a moot point
since the attacker can already inject their own code on the good site.

The last concern was if there were non-file elements in the DataTransfer
object. The code retrieves a file list and ignores non-file elements.


We may want to revisit drag and drop as the HTML5 File API is implemented, but 
the review for this bug has been completed.

-- 
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

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-17 Thread Curtisk
dchan to review and comment for security team

-- 
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

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
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 to HTML File Input box does not work

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[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 dragstart event and use
that.

-- 
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 mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[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 mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[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 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 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 HTML File Input box does not work

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[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 not work

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[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 box does not work

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-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 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 mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[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/131145

Title:
  Dragging icon from Nautilus to HTML File Input box does not work

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[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 box does not work

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[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 empty.

No, you shouldn't do that during dragover, as it will unnecessarily
cause the need to retrieve the data of the drag from the source
application which can be slow.

-- 
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 mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[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 @@
 +  mFiles.AppendObject(file);
 +}
 +  }
 +
 +  AfterSetFiles(aSetValueChanged);

Couldn't you just create a nsCOMArraynsIDOMFile from the
nsIDOMFileList and call SetFiles() with the array in parameter? That
would prevent creating another method with a name that I personally find
confusing.

::: content/html/content/src/nsHTMLInputElement.h
@@ +148,5 @@
 +
 +  // Forward nsIDOMHTMLElement
 +  NS_FORWARD_NSIDOMHTMLELEMENT_NOFOCUSCLICK(nsGenericHTMLFormElement::)
 +  NS_IMETHOD Focus();
 +  NS_IMETHOD Click();

This chunk doesn't seem to change something.

::: layout/forms/nsFileControlFrame.cpp
@@ +274,5 @@
 +  NS_ENSURE_STATE(dragTarget);
 +  dragTarget-AddEventListener(NS_LITERAL_STRING(drop),
 +   mMouseListener, PR_FALSE);
 +  dragTarget-AddEventListener(NS_LITERAL_STRING(dragover),
 +   mMouseListener, PR_FALSE);

IMO, it's weird to be able to drag-n-drop a file on the Browse button
but I see that's what Safari and Chrome do.

@@ +534,5 @@
 +return NS_OK;
 +  }
 +  
 +  nsCOMPtrnsIDOMDragEvent dragEvent = do_QueryInterface(aEvent);
 +  if (dragEvent) {

Here, you should do:
if (!dragEvent || !IsValidDropData(dragEvent)) {
  return NS_OK;
}

It will save some indentation.

@@ +540,5 @@
 +aEvent-GetType(eventType);
 +if (eventType.EqualsLiteral(dragover) 
 +IsValidDropData(dragEvent)) {
 +  // Prevent default if we can accept this drag data
 +  aEvent-PreventDefault();

And here, that could be:
if (eventType.EqualsLiteral(dragover)) {
  aEvent-PreventDefault();
  return NS_OK;
}

And BTW, why do you need to prevent default on dragover?

@@ +544,5 @@
 +  aEvent-PreventDefault();
 +} else if (eventType.EqualsLiteral(drop)) {
 +  // We probably shouldn't let any drop data propagate from a file
 +  // upload control
 +  aEvent-StopPropagation();

Why?

@@ +551,5 @@
 +aEvent-PreventDefault();
 +
 +nsIContent* content = mFrame-GetContent();
 +if (!content)
 +  return NS_ERROR_FAILURE;

You can probably assert here instead of returning NS_ERROR_FAILURE.

@@ +555,5 @@
 +  return NS_ERROR_FAILURE;
 +
 +nsHTMLInputElement* inputElement = 
 nsHTMLInputElement::FromContent(content);
 +if (!inputElement)
 +  return NS_ERROR_FAILURE;

For sure, you should assert here.

@@ +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 empty.

::: layout/forms/nsFileControlFrame.h
@@ +40,5 @@
  
  #include nsBlockFrame.h
  #include nsIFormControlFrame.h
  #include nsIDOMMouseListener.h
 +#include nsIDOMDragEvent.h

Do the include in the cpp file and do a forward declaration in the
header instead.

@@ +168,5 @@

class BrowseMouseListener: public MouseListener {
public:
  BrowseMouseListener(nsFileControlFrame* aFrame) : MouseListener(aFrame) 
 {};
 +NS_IMETHOD MouseClick(nsIDOMEvent* aMouseEvent);

You broke the indentation here.

@@ +171,5 @@
  BrowseMouseListener(nsFileControlFrame* aFrame) : MouseListener(aFrame) 
 {};
 +NS_IMETHOD MouseClick(nsIDOMEvent* aMouseEvent);
 +NS_IMETHOD HandleEvent(nsIDOMEvent* aEvent);
 +  private:
 +PRBool IsValidDropData(nsIDOMDragEvent* aEvent);

You don't need this method to be private it should actually be a class
method (ie. static method). And you should return a |bool| instead of a
|PRBool|.

-- 
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 mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[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-browser in Ubuntu.
https://bugs.launchpad.net/bugs/131145

Title:
  Dragging icon from Nautilus to HTML File Input box does not work

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[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 to Neil.
 
 ::: content/html/content/src/nsHTMLInputElement.cpp
 @@ +1390,5 @@
  +  mFiles.AppendObject(file);
  +}
  +  }
  +
  +  AfterSetFiles(aSetValueChanged);
 
 Couldn't you just create a nsCOMArraynsIDOMFile from the nsIDOMFileList
 and call SetFiles() with the array in parameter? That would prevent creating
 another method with a name that I personally find confusing.

I don't know about this, wouldn't it be faster to simply use the
existing list rather than allocate a new one? Also, I don't see what's
confusing about the name especially since it's a private method.

 ::: content/html/content/src/nsHTMLInputElement.h
 @@ +148,5 @@
  +
  +  // Forward nsIDOMHTMLElement
  +  NS_FORWARD_NSIDOMHTMLELEMENT_NOFOCUSCLICK(nsGenericHTMLFormElement::)
  +  NS_IMETHOD Focus();
  +  NS_IMETHOD Click();
 
 This chunk doesn't seem to change something.

I know. I couldn't figure it out either and couldn't get rid of it.

 ::: layout/forms/nsFileControlFrame.cpp
 @@ +274,5 @@
  +  NS_ENSURE_STATE(dragTarget);
  +  dragTarget-AddEventListener(NS_LITERAL_STRING(drop),
  +   mMouseListener, PR_FALSE);
  +  dragTarget-AddEventListener(NS_LITERAL_STRING(dragover),
  +   mMouseListener, PR_FALSE);
 
 IMO, it's weird to be able to drag-n-drop a file on the Browse button but
 I see that's what Safari and Chrome do.

Bigger drop area = better usability :)

 @@ +534,5 @@
  +return NS_OK;
  +  }
  +  
  +  nsCOMPtrnsIDOMDragEvent dragEvent = do_QueryInterface(aEvent);
  +  if (dragEvent) {
 
 Here, you should do:
 if (!dragEvent || !IsValidDropData(dragEvent)) {
   return NS_OK;
 }
 
 It will save some indentation.
 
 @@ +540,5 @@
  +aEvent-GetType(eventType);
  +if (eventType.EqualsLiteral(dragover) 
  +IsValidDropData(dragEvent)) {
  +  // Prevent default if we can accept this drag data
  +  aEvent-PreventDefault();
 
 And here, that could be:
 if (eventType.EqualsLiteral(dragover)) {
   aEvent-PreventDefault();
   return NS_OK;
 }

Will do.

 And BTW, why do you need to prevent default on dragover?

Because that's what other drop targets seem to do (like the browser),
and apparently (looking at synthesizeDrop() in the test harness) if a
dragover event is not consumed, that is interpreted as having nothing
that takes a drop at that point.

 @@ +544,5 @@
  +  aEvent-PreventDefault();
  +} else if (eventType.EqualsLiteral(drop)) {
  +  // We probably shouldn't let any drop data propagate from a file
  +  // upload control
  +  aEvent-StopPropagation();
 
 Why?

I couldn't think of a good reason to allow it, and thought for security
reasons it's best to not let websites find out what you drag in there
immediately upon drop.

 @@ +551,5 @@
  +aEvent-PreventDefault();
  +
  +nsIContent* content = mFrame-GetContent();
  +if (!content)
  +  return NS_ERROR_FAILURE;
 
 You can probably assert here instead of returning NS_ERROR_FAILURE.
 
 @@ +555,5 @@
  +  return NS_ERROR_FAILURE;
  +
  +nsHTMLInputElement* inputElement = 
  nsHTMLInputElement::FromContent(content);
  +if (!inputElement)
  +  return NS_ERROR_FAILURE;
 
 For sure, you should assert here.

OK.

 @@ +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 empty.

Wouldn't that be taken care of already? If we get an empty file list, we
set the file upload control blank, and I think that's a good behaviour.

 ::: layout/forms/nsFileControlFrame.h
 @@ +40,5 @@
   
   #include nsBlockFrame.h
   #include nsIFormControlFrame.h
   #include nsIDOMMouseListener.h
  +#include nsIDOMDragEvent.h
 
 Do the include in the cpp file and do a forward declaration in the header
 instead.
 
 @@ +168,5 @@
 
 class BrowseMouseListener: public MouseListener {
 public:
   BrowseMouseListener(nsFileControlFrame* aFrame) : 
  MouseListener(aFrame) {};
  +NS_IMETHOD MouseClick(nsIDOMEvent* aMouseEvent);
 
 You broke the indentation here.
 
 @@ +171,5 @@
   BrowseMouseListener(nsFileControlFrame* aFrame) : 
  MouseListener(aFrame) {};
  +NS_IMETHOD MouseClick(nsIDOMEvent* aMouseEvent);
  +NS_IMETHOD HandleEvent(nsIDOMEvent* aEvent);
  +  private:
  +PRBool IsValidDropData(nsIDOMDragEvent* aEvent);
 
 You don't need this method to be private it should actually be a class
 method (ie. static method). And you should return a |bool| instead of a
 |PRBool|.

OK.

I'd like some more opinion of what I discussed here, 

[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

Title:
  Dragging icon from Nautilus to HTML File Input box does not work

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[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 test drags is to capture it from a
dragStart event, then use it in all other events. But, the dataTransfer
saves its original event type (which is _START) and there is no way in
JS to change this, so it triggers the early return.

I assume it's like this for a reason, eg. so a page can't read the files
on a dragover event.

I did fix a couple bugs in finding this, but that's a whole day down the
drain...

-- 
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 mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[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 mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[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 to HTML File Input box does not work

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[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.launchpad.net/bugs/131145

Title:
  Dragging icon from Nautilus to HTML File Input box does not work

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[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 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 mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[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 create a patch :) and attach it 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 to HTML File Input box does not work

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[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 input
type=file elements.

https://developer.mozilla.org/En/DragDrop/DataTransfer

https://developer.mozilla.org/en/using_files_from_web_applications#Selecting_files_using_drag_and_drop

-- 
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 mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[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 ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[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
Desktop Bugs, which is subscribed to epiphany-browser in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[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 notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to epiphany-browser in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[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 ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[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 Bugs, which is a bug contact for epiphany-browser in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[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-browser in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[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-browser in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[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 received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for epiphany-browser in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[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 member of Ubuntu
Desktop Bugs, which is a bug contact for epiphany-browser in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[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 also affects.

As far as I am concerned, this also affects Epiphany, so I marked it
as such. Sorry.

-- 
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 ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


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 mention of tasks for me on Launchpad, all I
 see is what is labelled as also affects.
 
 As far as I am concerned, this also affects Epiphany, so I marked it
 as such. Sorry.
 

Yes, you are right and launchpad definitly lacks a sane description
how that feature should be used.

So no need to be sorry at all.

Thanks for your contribution,

 - Alexander

-- 
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 ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[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 contact for epiphany-browser in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[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

** Changed in: nautilus (upstream)
 Bugwatch: Mozilla Bugzilla #393118 = GNOME Bug Tracker 
#http://bugzilla.gnome.org/show_bug.cgi?id=305328

** Changed in: nautilus (upstream)
 Bugwatch: GNOME Bug Tracker 
#http://bugzilla.gnome.org/show_bug.cgi?id=305328 = GNOME Bug Tracker #305328

-- 
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 ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[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

-- 
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 ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[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 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 assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[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 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 assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[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 comes out as a file URI rather than a local UNIX
path?

ProblemType: Bug
Architecture: i386
Date: Wed Aug  8 19:50:09 2007
DistroRelease: Ubuntu 7.10
ExecutablePath: /usr/bin/epiphany
Package: epiphany-browser 2.19.6-0ubuntu1
PackageArchitecture: i386
ProcCmdline: epiphany-browser
ProcCwd: /home/alex
ProcEnviron:
 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: epiphany-browser
Uname: Linux flash 2.6.22-9-generic #1 SMP Fri Aug 3 00:50:37 GMT 2007 i686 
GNU/Linux

** Affects: epiphany-browser (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug

-- 
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 ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[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 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 ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs