kattunga / IWBootstrapFramework

Intraweb Bootstrap 3 Framework for Delphi
http://kattunga.github.io/IWBootstrapFramework
MIT License
98 stars 42 forks source link

Bug in TIWBSMemo - Text property in modal frame returns empty string #11

Closed tdzieciol closed 8 years ago

tdzieciol commented 8 years ago

TIWBSMemo is used on frame showed as modal (IWBSModal). In async events (Button.OnAsyncClick) Text property always returns empty string. WIth TIWBSInput component its works OK. Sample project http://www.ktsoft.pl/download/Project3.zip

kattunga commented 8 years ago

I fixed this two days ago. Download latest commit and replace iwbs.js in you wwwroot directory. I added your example in demo/IWBSSimpleTest folder

tdzieciol commented 8 years ago

Yes, now its work ok. I did not find the description of this fix in the commit log. Thanks.

kattunga commented 8 years ago

Yes. I'm doing so many changes that I forget to comment some fixes.