Closed Bug 64355 Opened 24 years ago Closed 24 years ago

form manager toolbar should be disabled by default

Categories

(Toolkit :: Form Manager, defect)

x86
Linux
defect
Not set
normal

Tracking

()

VERIFIED FIXED

People

(Reporter: blizzard, Assigned: morse)

Details

Attachments

(3 files)

I think that the form manager toolbar should be disabled by default. It's not used by name people and the fact that it vanishes and re-appears is awful UI. Can we make it off by default? I'll attach a patch in a moment.
that's all we need? cool. sr=alecf
Hold off please. I'm currently looking at this and it's not that simple.
Why are |checked| and |type| attributes of the broadcaster instead of the menuitem in this case? That doesn't seem right.
onload="alert('hi');"? There are many attributes on the <broadcaster/> that belong on the <menuitem/>, including class, type and checked.
Oop, debugging code that I forgot to remove.
In a private message to me, blizzard wrote: Looks reasonable to me. I didn't know that it required that much. sr=blizzard So all we need now is a normal review.
I would review if those misplaced attributes were moved to the menuitem...
Those "misplaced" attributes appear on all the other broadcasters that already exist in the view menu. So if you object to that, you should open a new bug to have them removed. That is not the topic of this bug report.
r=evaughan
Fix checked in.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
There were three postings to bug 23095 that really belong here instead. They are as follows: ------- Additional Comments From Mark Olson 2001-01-05 00:15 ------- This checkin also causes several new javascript strict errors in navigator.js. Also, there is some suspicious code in setFormToolbar such as: var formToolbar = document.getElementById("FormToolbar"); if (!formToolbar) { formToolbar.setAttribute("hidden", "true"); return; } where formToolbar is referenced after we know it is invalid, and line 1671 where formToolbar is referenced before being declared. ------- Additional Comments From morse@netscape.com 2001-01-05 01:45 ------- I guess I was a bit overzelous here with my hiding code. Attaching a patch to fix this. Treating this as a bustage (introduced javascript errors) and checking it in the fix immediately. ------- Additional Comments From morse@netscape.com 2001-01-05 01:45 ------- Created an attachment (id=21826) patch to fix bustage
Of course you'll have to go to bug 23095 to see the patch just mentioned (21826) because the above is copied text and not a real link.
Verified Windows 2001020804 Verified Linux 2001020808 Verified Mac 2001020804
Status: RESOLVED → VERIFIED
Product: Core → Toolkit
QA Contact: tpreston → form.manager
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: