[Bug 411907] Re: Firefox crashes if pasting text into Gmail while composing an email.

2010-11-22 Thread Launchpad Bug Tracker
[Expired for jedit (Ubuntu) because there has been no activity for 60
days.]

** Changed in: jedit (Ubuntu)
   Status: Incomplete => Expired

-- 
Firefox crashes if pasting text into Gmail while composing an email.
https://bugs.launchpad.net/bugs/411907
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 411907] Re: Firefox crashes if pasting text into Gmail while composing an email.

2009-12-10 Thread Peter Vandendriessche
Just posting to say that I have the same problem: copying a text from
the netbeans output window in a gmail conversation crashes firefox (and
- on Kubuntu - shows no KDE crash handler afterwards).

No matter what the cause is, firefox dying without warning or passing
the crash handler and losing all other tabs at the same time, is a bug
in firefox.

-- 
Firefox crashes if pasting text into Gmail while composing an email.
https://bugs.launchpad.net/bugs/411907
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 411907] Re: Firefox crashes if pasting text into Gmail while composing an email.

2009-12-07 Thread Angelo Maragna
Same problem here, just experimented from netbeans IDE 6.8 RC1 to Firefox 3.5.5 
many times.
the code is 

$entries[] = $entry;

but if I first paste it into gedit, then copy and paste in firefox
gmail, it works like a charm.


If it works with gedit, I think too is not a netbeans issue, for yet is not 
intended for firefox to close without warnings.


Thank you guys.

Angelo Maragna.

-- 
Firefox crashes if pasting text into Gmail while composing an email.
https://bugs.launchpad.net/bugs/411907
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 411907] Re: Firefox crashes if pasting text into Gmail while composing an email.

2009-11-29 Thread senseq
I am facing the same issue with PHP code being worked on in Netbeans
6.7.1.

In copy-pasting php code into firefox, all sessions of firefox die without 
warning. This is repeatable. 
Applications other than firefox (eg Tomboy Notes) can handle the copy-paste 
just fine - and when copy-pasted from there onto firefox, there's no issue.

This might be an issue with netbeans, and I will raise an issue there as
well - however, firefox should not die without warning due to a paste
from another code (my 2 cents :-)

Senseq.

-- 
Firefox crashes if pasting text into Gmail while composing an email.
https://bugs.launchpad.net/bugs/411907
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 411907] Re: Firefox crashes if pasting text into Gmail while composing an email.

2009-11-14 Thread Visionary Software Solutions
No, it's not only jEdit. I'm copy/pasting Groovy on Grails code from
NetBeans 6.7.1 into gmail and facing the same issue.

If I try to paste this into gmail directly, FF dies silently. If I use gedit as 
an intermediary, it lives. 
class RacetrackTagLib {
def formatDate = { attrs ->
def date = attrs.get('date')

if(!date){
date = new Date()
}

def format = attrs.get('format')
if(!format)
{
format = "-MM-dd HH:mm:ss z"
}

out << new java.text.SimpleDateFormat(format).parse(date, new 
java.text.ParsePosition(0))
}

def formatNumber = { attrs ->
def number = attrs.get('number')
if(!number)
{
number = new Double(0)
}

def format = attrs.get('format')
if(!format)
{
format = "0"
}

out << new
java.text.DecimalFormat(format).format(Double.parseDouble(number))

}
}

-- 
Firefox crashes if pasting text into Gmail while composing an email.
https://bugs.launchpad.net/bugs/411907
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 411907] Re: Firefox crashes if pasting text into Gmail while composing an email.

2009-08-11 Thread John Vivirito
I changed package to jedit since it only happens with jedit.
Maybe some encoding issue

** Changed in: firefox-3.5 (Ubuntu)
   Status: Incomplete => Invalid

** Package changed: firefox-3.0 (Ubuntu) => jedit (Ubuntu)

-- 
Firefox crashes if pasting text into Gmail while composing an email.
https://bugs.launchpad.net/bugs/411907
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 411907] Re: Firefox crashes if pasting text into Gmail while composing an email.

2009-08-11 Thread Srijon Biswas
Hi.

Same piece of text from gedit works (directly opening the file in gedit).
>From jedit it crashes.
>From jedit, I have been able to paste into my terminal window, OpenOffice
and any other application (even Firefox, on other sites like my internal
Trac site). It works everywhere except gmail in Firefox.

I saw a previous bug about AJAX based input boxes. Is this related to
that?

I tried changing the encoding of my buffer (in jedit) which I test to cut
and paste. Changing from utf8 to ascii there, does not get rid of the crash.

If I use some thai text, and I cut and paste that from gedit to the gmail,
that works as well - so maybe its nothing to do with the encoding.

So in summary:
1) Crash seen only in gmail in firefox, when cutting and pasting from jedit.
2) Cutting pasting from jedit to other input boxes on other sites (tested
only trac for now, but have done this before in the past) using firefox
works.
3) Cutting pasting from jedit to other apps works fine (have tested this in
the past with just pure ascii as well as non ascii content).
4) Cutting pasting from other sources like gedit, openoffice or the terminal
window, to firefox+gmail works fine (ascii content tested, non ascii tested
only with gedit).

Hope the above is useful.


On Tue, Aug 11, 2009 at 1:26 PM, John Vivirito  wrote:

> Can you test with just using gedit without copying over from jedit?
> I have a feeling its more of jedit than firefox
>
> ** Package changed: firefox (Ubuntu) => firefox-3.0 (Ubuntu)
>
> ** Also affects: firefox-3.5 (Ubuntu)
>   Importance: Undecided
>   Status: New
>
> ** Changed in: firefox-3.0 (Ubuntu)
>   Status: New => Incomplete
>
> ** Changed in: firefox-3.5 (Ubuntu)
>   Status: New => Incomplete
>
> --
> Firefox crashes if pasting text into Gmail while composing an email.
> https://bugs.launchpad.net/bugs/411907
> You received this bug notification because you are a direct subscriber
> of the bug.
>
> Status in “firefox-3.0” package in Ubuntu: Incomplete
> Status in “firefox-3.5” package in Ubuntu: Incomplete
>
> Bug description:
> Binary package hint: firefox
>
> Whenever adding text via cut and paste from certain applications into gmail
> compose window, Firefox completely crashes with no warning [tested with
> jEdit].
>
> If the same text is first copied into gedit, and then copied from gedit
> into the gmail compose window, the crash does not occur.
>
> Other info:
> Using Ubuntu 9.04.
> Firefox: 3.0.13+nobinonly-0ubuntu0.9.04.1
> Have experimental Firefox3.5 installed. The bug is seen in that as well.
>
> This _seems_ to be a sort of duplicate of other bugs though, but am adding
> it since I am not very sure.
>

-- 
Firefox crashes if pasting text into Gmail while composing an email.
https://bugs.launchpad.net/bugs/411907
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 411907] Re: Firefox crashes if pasting text into Gmail while composing an email.

2009-08-11 Thread John Vivirito
Can you test with just using gedit without copying over from jedit?
I have a feeling its more of jedit than firefox

** Package changed: firefox (Ubuntu) => firefox-3.0 (Ubuntu)

** Also affects: firefox-3.5 (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: firefox-3.0 (Ubuntu)
   Status: New => Incomplete

** Changed in: firefox-3.5 (Ubuntu)
   Status: New => Incomplete

-- 
Firefox crashes if pasting text into Gmail while composing an email.
https://bugs.launchpad.net/bugs/411907
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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