Bug 35141

Summary: Summary for Javascript entry says "Please enter more detail"
Product: [Community] Bugzilla Reporter: Joe Black <rwhron>
Component: Bugzilla GeneralAssignee: David Lawrence <dkl>
Status: CLOSED CURRENTRELEASE QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: 2.1r   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
URL: http://bugzilla.redhat.com/bugzilla/easy_enter_bug.cgi
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-05-17 15:45:24 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Joe Black 2001-04-07 20:54:55 UTC
Here is the summary I typed in:

The daily crontab for sysstat produces world writeable sar files.  These 
files should only be writable by root.

Actually, the first one I tried was:
daily crontab for sysstat produces world writeable sar files

Then:
The daily crontab for sysstat produces world writeable sar files. 

Finally, the two sentences I listed first.  The form still pops up a 
dialog box saying, "Please provide a more descriptive Summary".

Comment 1 David Lawrence 2001-04-08 03:37:17 UTC
Hmm, all it does is checks to make sure there are at least 4 words divided by
spaces which you clearly have. I will look into this more deeply even though at
first glance I cannot get this to fail.

Comment 2 Joe Black 2001-04-08 05:18:43 UTC
The browser was konqueror 2.1.1.

Comment 3 David Lawrence 2001-05-17 15:45:19 UTC
Okay since you said Konquerer I am able to reproduce this issue. I am looking
into it now. As a workaround you can use the old bug entry form by clicking at
the link at the top of the bug helper or going directly to

http://bugzilla.redhat.com/bugzilla/enter_bug.cgi


Comment 4 David Lawrence 2001-05-17 16:24:25 UTC
Okay, the javascript function split() has the ability to do regular expressions
in Javascript version 1.2 but does not it 1.1. It seems like Konquerer does not
support the 1.2 version of split() in this case because if I remove the regular
expression from the bugzilla code and just split off of space characters alone
it works fine. I changed it to use spaces instead of all whitespace as before.
This should not effect the other browsers but is a problem none the less with
the Konquerer browser.