Closed
Bug 85361
Opened 24 years ago
Closed 24 years ago
"Open Bugzilla Entry Form" opens new window with "Personal Toolbar" enabled
Categories
(Bugzilla :: Bugzilla-General, enhancement)
Tracking
()
People
(Reporter: timecop, Assigned: gerv)
References
()
Details
The summary says it all.
I believe in bugzilla_simple_query() the return value gets set to 42
incorrectly, resulting in wrong settings passed to window.open().
Updated•24 years ago
|
Assignee: tara → gervase.markham
Component: Bugzilla → Bugzilla Helper
Comment 1•24 years ago
|
||
Since I don't recognize the mentioned code as part of Bugzilla, I'm assuming this
is from mozilla.org's Bugzilla Helper page. If not, please clarify where you're
getting this from.
This is from the URL in the URL field.
Near the end of the page is the form button called
"Open Bugzilla Entry Form", which opens a new window with the results of the bug
report. This new window opens with "Personal Toolbar" enabled regardless of the
browser settings.
| Assignee | ||
Comment 3•24 years ago
|
||
(Yep, this is Bugzilla Helper.) Ah, so that's why this is happening.
I'll check this out next week - I'm rather tied up this week.
Gerv
Okay, no idea why I made this "blocker", must have missed something.
Changing to "enhancement".
Also, I am not sure where I got that code from either.
Bugzilla helper does open new windows (On netscape 4.x) with personal toolbar
on, so it should be fixed, but I dont think my original suggestion had correct
code quoted.
Severity: blocker → enhancement
Okay, looks like the section of code that does this is in bugreport.js which is
loaded from bugzilla-helper.html:
line 89:
var owin = window.open( "", "_blank" );
However I have no idea what arguments should be there to make it not show the
personal toolbar.
Comment 6•24 years ago
|
||
*** This bug has been marked as a duplicate of 56254 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Comment 7•24 years ago
|
||
unsetting version to so that I can remove the Bugilla specific versions from the
Webtools Product
Version: Bugzilla 2.11 → other
Comment 9•23 years ago
|
||
Webtools/Bugzilla Helper is being retired.
Component: Bugzilla Helper → Bugzilla-General
Product: Webtools → Bugzilla
Target Milestone: --- → Bugzilla old
Version: other → unspecified
Comment 10•23 years ago
|
||
clearing milestone on all DUPLICATE/WONTFIX/WORKSFORME/INVALID so they'll show
up as untriaged if they get reopened. "Jiminy Cricket!" for the filters (and I
don't care if it's spelled wrong ;)
Target Milestone: Bugzilla old → ---
Updated•13 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•