Screen shots for Bugzilla

Thomas, Steve stethomas at ebay.com
Tue Jul 19 21:32:11 UTC 2005


Zach Lipton wrote:
> On Jul 19, 2005, at 1:40 PM, Thomas, Steve wrote:
>> Our users like to use the Windows Print Screen functionality to  
>> quickly paste a screenshot of a bug into email.
>
> First of all, does this mean that Ebay is going to be using Bugzilla?

> If so, cool! :-)

eBay has been using Bugzilla on various projects for quite sometime, as
I understand it. Note that this is for INTERNAL DEVELOPMENT of IT
projects here not end-users of ebay.com etc. 

As for a), yes, I thought about that. Simply adding the attachment
widget to the Enter Bug page would be a good start.

As for the email bug submission gateway, I will check that out--that may
in fact be the solution if I can get LookOut! to cooperate.

Thanks for your help,


Steve Thomas
 


-----Original Message-----
From: developers-owner at bugzilla.org
[mailto:developers-owner at bugzilla.org] On Behalf Of Zach Lipton
Sent: Tuesday, July 19, 2005 2:02 PM
To: developers at bugzilla.org
Subject: Re: Screen shots for Bugzilla

> a)     The Bug Entry page to allow attachments (yes, I know, there  
> is no Bug ID yet, so that is a pain)
This likely wouldn't take too much work. Add a file upload field to  
the enter bug template and then adjust post_bug.cgi to create a new  
attachment after the bug itself is created (basically just copy insert 
() from attachment.cgi). Of course, you'll need to add the new  
attachment ID to the bug.
> b)     An attachment to be cut/pasted into a buffer and then saved  
> into a JPG
This creates a much different sort of problem. HTML doesn't have a  
tag for a widget that you can copy/paste an image into (mac users  
would call this an image well). Users would have to copy their  
screengrabs into an image editing program and save them as a JPG  
manually. If you really had the time and inclination to do this, you  
could build a custom XUL application that your users would copy/paste  
images into and have them uploaded to Bugzilla, but that would only  
work in Mozilla and Firefox and would involve a fair amount of  
difficulty. Presumably, there is some kind of ActiveX control that  
could be built to accomplish the same effect. Alternatively, you  
could teach your users how to properly use the email bug submission  
gateway (the script and documentation are in bugzilla/contrib) and  
let them attach a screenshot to their email and have it submitted  
that way. The downside is that everyone submitting bugs through email  
needs to know how to specify the fields properly (e.g. they have to  
pick a valid product and component and format their email according  
to bugmail_help.html).

Hope this helps,

--zach
-
To view or change your list settings, click here:
<http://bugzilla.org/cgi-bin/mj_wwwusr?user=stethomas@ebay.com>




More information about the developers mailing list