<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<title>
GitLab
</title>



<style>img {
max-width: 100%; height: auto;
}
</style>
</head>
<body>
<div class="content">
<h3>
Benoît Minisini pushed to branch master
at <a href="https://gitlab.com/gambas/gambas">Gambas / gambas</a>
</h3>
<h4>
Commits:
</h4>
<ul>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/ffbacc3cee8c9ef87ca5d0afa5896f855d812bb2">ffbacc3c</a></strong>
<div>
<span>by gambas</span>
<i>at 2018-12-22T14:54:24Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">WebTextBox and WebTextArea Change event is now raised at each change, and WebButton.Immediate is a new property that allows the javascript code emitted by the Click event handler to be run by the 'onclick' event immediately.

[GB.WEB.FORM]
* NEW: WebButton: Add the Immediate property. If set, the Javascript code emitted by the Click event handler is executed immediately by the 'onclick' button event. Use this feature when some DOM method (like clipboard copy) works only in the context of a user interaction.
* BUG: WebTextBox: Optimize Change event.
* BUG: WebTextArea: Optimize Change event.
* NEW: WebTextBox: The Change event is now emitted a few milliseconds after each text change.
* NEW: WebTextArea: The Change event is now emitted  a few milliseconds after each text change.
</pre>
</li>
</ul>
<h4>5 changed files:</h4>
<ul>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/commit/ffbacc3cee8c9ef87ca5d0afa5896f855d812bb2#e5db03086ab911212ff14445cca9f185fb7cf78f">
comp/src/gb.web.form/.src/WebButton.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/commit/ffbacc3cee8c9ef87ca5d0afa5896f855d812bb2#8fc7623e2f3bce550f644988fdab184174e123da">
comp/src/gb.web.form/.src/WebForm.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/commit/ffbacc3cee8c9ef87ca5d0afa5896f855d812bb2#6b1f75c65b3fe3bbc8aff5416449f4f026bf2ecf">
comp/src/gb.web.form/.src/WebTextArea.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/commit/ffbacc3cee8c9ef87ca5d0afa5896f855d812bb2#b718cbc710c17be266fe0c99db90d2677a7ebc21">
comp/src/gb.web.form/.src/WebTextBox.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/commit/ffbacc3cee8c9ef87ca5d0afa5896f855d812bb2#f8e3910f26de772eb7384f78db3b5dafff47fd1f">
comp/src/gb.web.form/lib.js
</a>
</li>
</ul>

</div>
<div class="footer" style="margin-top: 10px;">
<p style="font-size: small; color: #777777;">

<br>
<a href="https://gitlab.com/gambas/gambas/commit/ffbacc3cee8c9ef87ca5d0afa5896f855d812bb2">View it on GitLab</a>.
<br>
You're receiving this email because of your account on gitlab.com.
If you'd like to receive fewer emails, you can
adjust your notification settings.
<script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":"View Commit","url":"https://gitlab.com/gambas/gambas/commit/ffbacc3cee8c9ef87ca5d0afa5896f855d812bb2"}}</script>
</p>
</div>
</body>
</html>