Closed
Bug 80746
Opened 24 years ago
Closed 24 years ago
Mozilla automatically checks the "Reassign bug to " radio button in Bugzilla
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: asa, Assigned: joki)
References
Details
(Keywords: smoketest)
Attachments
(3 files)
|
2.01 KB,
text/plain
|
Details | |
|
1.48 KB,
text/plain
|
Details | |
|
6.40 KB,
patch
|
Details | Diff | Splinter Review |
Mozilla automatically checks the "Reassing bug to " radio button in Bugzilla
causing unintentional changes to bugs.
Tested with win32 051404 mozilla win32 build on NT.
More to come.
| Assignee | ||
Comment 2•24 years ago
|
||
Reasonably sure this is me. Looking into it it.
Assignee: rods → joki
| Reporter | ||
Comment 3•24 years ago
|
||
This does not appear to be a problem in yesterday morning or last night builds.
(tested win32)
Comment 4•24 years ago
|
||
joki, what's the ETA on the fix for this? The tree is staying closed for it and
it's causing lots of problems. Please keep me or the morning sheriff (ducarroz)
posted. Thanks!
| Assignee | ||
Comment 5•24 years ago
|
||
Fix checked in.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 6•24 years ago
|
||
fixing summary
Summary: Mozilla automatically checks the "Reassing bug to " radio button in Bugzilla → Mozilla automatically checks the "Reassign bug to " radio button in Bugzilla
Comment 7•24 years ago
|
||
cool....thanks for the fast turn around!
What file was the fix checked into? It doesn't seem to be showing up on Bonsai.
| Assignee | ||
Comment 10•24 years ago
|
||
*** Bug 80732 has been marked as a duplicate of this bug. ***
Comment 11•24 years ago
|
||
I just patched process_bug.cgi on b.m.o to refuse changes made to a bug from
browsers with the string "Gecko/20010514". This prevents anyone using today's
builds from making changes to bugs.
| Assignee | ||
Comment 12•24 years ago
|
||
D'oh! So much for fast turnaroud. I get done updating the related bugs, get
back to my dos window and find out the commit failed. Checked in now, really.
mozilla/layout/html/forms/src
Comment 13•24 years ago
|
||
I have distilled the Bugzilla page into a small testcase and it seems to me that
the JS code ONCHANGE="document.changeform.knob[].checked=true" is taking higher
priority than the CHECKED attribute.
Comment 14•24 years ago
|
||
Comment 15•24 years ago
|
||
Comment 16•24 years ago
|
||
Comment 17•24 years ago
|
||
I'm very sorry. I made a terrible mistake of mistaking this bugzilla-related
bug for bug I was working on(bug 80111). Please, ignore three attachments.
Once again, I'm very sorry for this blunder.
| Assignee | ||
Comment 18•24 years ago
|
||
*** Bug 80795 has been marked as a duplicate of this bug. ***
Comment 20•24 years ago
|
||
This is much better Chris, the stuff I had to do for detabbing that horrified
you is becuae of moz 0.8 wierdness with detabbing, however even when I do remove
that uneeded stuff anymore, I do get this crash but it sure looks like its Gtk+
related at the core, I can make a workaround I suppose by not allowing detabbing
until you have 2 or more tabs, here is a backtrace:
1065 gtkcontainer.c: No such file or directory.
(gdb) bt
#0 gtk_container_resize_children (container=0x813b0c0) at gtkcontainer.c:1065
#1 0x4012d839 in gtk_window_move_resize (window=0x813b0c0) at gtkwindow.c:1803
#2 0x4012d191 in gtk_window_check_resize (container=0x813b0c0)
at gtkwindow.c:1524
#3 0x400be63f in gtk_marshal_NONE__NONE (object=0x813b0c0,
func=0x4012d0d4 <gtk_window_check_resize>, func_data=0x0, args=0xbffff33c)
at gtkmarshal.c:312
#4 0x400ee87d in gtk_signal_real_emit (object=0x813b0c0, signal_id=57,
params=0xbffff33c) at gtksignal.c:1492
#5 0x400ec837 in gtk_signal_emit (object=0x813b0c0, signal_id=57)
at gtksignal.c:552
#6 0x40079e38 in gtk_container_check_resize (container=0x813b0c0)
at gtkcontainer.c:928
#7 0x40079ad2 in gtk_container_idle_sizer (data=0x0) at gtkcontainer.c:847
#8 0x401a0803 in g_idle_dispatch (source_data=0x40079a6c,
dispatch_time=0xbffff704, user_data=0x0) at gmain.c:1367
#9 0x4019f796 in g_main_dispatch (dispatch_time=0xbffff704) at gmain.c:656
#10 0x4019fda3 in g_main_iterate (block=1, dispatch=1) at gmain.c:877
#11 0x4019ff4c in g_main_run (loop=0x824ddc0) at gmain.c:935
#12 0x400bcb59 in gtk_main () at gtkmain.c:524
#13 0x8051bff in main (argc=1, argv=0xbffff804) at main.c:108
(gdb)
Comment 21•24 years ago
|
||
Oops, this shouldn't have been posted here!! bugzilla messed up!!
You need to log in
before you can comment on or make changes to this bug.
Description
•