ギコナビ
Revision | ad4fcaeb8f5311ebca6982602b3887fad08aac83 (tree) |
---|---|
Zeit | 2011-09-11 18:42:08 |
Autor | h677 <h677> |
Commiter | h677 |
1.63.0.815
IE9での終了時例外対応
@@ -2064,7 +2064,7 @@ begin | ||
2064 | 2064 | |
2065 | 2065 | if FResPopupBrowser <> nil then begin |
2066 | 2066 | if not(Sender is TResPopupBrowser) then begin |
2067 | - if (FResPopupBrowser.Visible) then begin | |
2067 | + if ((doc <> nil) and (FResPopupBrowser.Visible)) then begin | |
2068 | 2068 | if ResPopupClearTimer.Interval > 0 then begin |
2069 | 2069 | ResPopupClearTimer.Enabled := True; |
2070 | 2070 | ResPopupClearTimer.Tag := 0; |