• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javaandroidc++linuxc#windowsobjective-ccocoaqtpython誰得phprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

ギコナビ


Commit MetaInfo

Revisione680f325e7d50632148d9234deee34e16fd3da65 (tree)
Time2007-05-12 01:48:12
Authorh677 <h677>
Commiterh677

Log Message

レスポップアップのレスアンカークリック語に、
レスアンカーが動作しなくなる不具合の修正

Change Summary

Incremental Difference

--- a/Giko.pas
+++ b/Giko.pas
@@ -3742,6 +3742,10 @@ begin
37423742 if ( aElement <> nil) then begin
37433743 Text := aElement.Get_outerText;
37443744 Html := aElement.Get_outerHTML;
3745+ if (Sender is TResPopupBrowser) then begin
3746+ TResPopupBrowser(Sender).ChildClear;
3747+ FActiveContent.Browser.SetFocus;
3748+ end;
37453749 if(AnsiPos('>>', Text) = 1) or (AnsiPos('>', Text) = 1)
37463750 or (AnsiPos('„„', Text) = 1) or (AnsiPos('„', Text) = 1) then begin
37473751 if GikoSys.Setting.ResAnchorJamp then begin