Closed
Bug 322588
Opened 20 years ago
Closed 16 years ago
onBlur window close no longer works
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
FIXED
People
(Reporter: gmehl, Unassigned)
References
Details
(Keywords: regression, testcase)
Attachments
(3 files)
107 bytes,
text/html
|
Details | |
408 bytes,
text/html
|
Details | |
2.79 KB,
patch
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20051111 Firefox/1.5
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20051111 Firefox/1.5
the following code used to be fully functional in firefox (as it is in IE, etc.)
<BODY onBlur="self.close();" >
Used in a called popup window, the window appears briefly on screen (less than a second) and immediately closes. To see examples, visit http://www.bloomu.edu/current/catalog/sci/mat_cs_bs.php and click on links related to course numbers (i.e., 53.123).
The purpose is to open a small popup window with the course description and then on action back in the original window, the popup closes. Works like a charm in IE, etc. and used to work in Firefox.......
thanks much!
geoffrey mehl
webteam@bloomu.edu
Reproducible: Always
Comment 1•20 years ago
|
||
This behaviour changed between 2004-10-29-06 and 2004-10-30-07.
http://bonsai.mozilla.org/cvsquery.cgi?treeid=default&module=PhoenixTinderbox&branch=HEAD&branchtype=match&dir=&file=&filetype=match&who=&whotype=match&sortby=Date&hours=2&date=explicit&mindate=2004-10-29+05%3A00%3A00&maxdate=2004-10-30+07%3A00%3A00&cvsroot=%2Fcvsroot
Comment 2•20 years ago
|
||
Comment 3•20 years ago
|
||
Comment 4•20 years ago
|
||
Very likely a regression from bug 258514.
Blocks: 258514
Status: UNCONFIRMED → NEW
Component: General → Layout
Ever confirmed: true
Flags: blocking1.9a1?
Flags: blocking1.8.1?
Keywords: regression,
testcase
Product: Firefox → Core
QA Contact: general → layout
Version: unspecified → Trunk
Updated•19 years ago
|
Flags: blocking1.8.1? → blocking1.8.1+
Comment 5•19 years ago
|
||
-> Aaron
Aaron, based on Martijn's comment #4, this is a regression bug from your patch. Can you please take a look and figure out a good solution for FF2? Thanks!
Updated•19 years ago
|
Assignee: nobody → aaronleventhal
Comment 6•19 years ago
|
||
-> Mats, can you take a look for Firefox2?
Mats recently got hired to put his head exactly into this kind of code.
Assignee: aaronleventhal → mats.palmgren
Comment 7•19 years ago
|
||
not going to block ff2 for this, but we'll consider a safe patch if one appears.
Flags: blocking1.8.1+ → blocking1.8.1-
Updated•19 years ago
|
Flags: blocking1.9a1? → blocking1.9-
Whiteboard: [wanted-1.9]
Updated•18 years ago
|
Flags: wanted1.9+
Whiteboard: [wanted-1.9]
Flags: wanted1.9-
Flags: wanted1.9+
Flags: wanted-next+
Comment 8•16 years ago
|
||
The "v7" patch in Bug 178324 fixes this bug too...
Comment 9•16 years ago
|
||
Tested on Linux. Will test other platforms after bug 178324 lands.
Updated•16 years ago
|
Flags: in-testsuite?
Comment 10•16 years ago
|
||
Pushed the mochitest:
http://hg.mozilla.org/mozilla-central/rev/023b36497ca1
-> FIXED (by bug 178324)
Assignee: matspal → nobody
Status: NEW → RESOLVED
Closed: 16 years ago
Flags: in-testsuite? → in-testsuite+
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•