Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 1456691 Details for
Bug 1382982
gnome: iBus typing language detector breaks event call stack of JavaScript
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
test-html3.html
test-html3.html (text/plain), 1.30 KB, created by
fujiwara
on 2018-07-05 08:05:16 UTC
(
hide
)
Description:
test-html3.html
Filename:
MIME Type:
Creator:
fujiwara
Created:
2018-07-05 08:05:16 UTC
Size:
1.30 KB
patch
obsolete
><!DOCTYPE> ><html> ><head> > > <meta charset="UTF-8"> > <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> > > <title>Registration page</title> > > <meta name="description" content="Registration page"> > <meta name="keywords" content="Registration, page"> > <meta name="robots" content="noindex,follow"> > > <script src="https://code.jquery.com/jquery-3.1.1.min.js"></script> > > <script> > > $(document).ready(function() { > > $('#txtRegUsername').on("blur", function(e) { > alert("username Blur event"); > }); > > $('#txtRegEmail').on("blur", function(e) { > alert("email Blur event"); > }); > }); > > </script> > ></head> ><body> > > <div style="width:100%" align="center"> > > <form id="frmRegister" role="form" target="_self"> > > <div class="form-group" align="center"> > <span>Registration</span> > </div> > > <div class="form-group"> > <input id="txtRegUsername" name="txtRegUsername" type="text" class="form-control" maxlength="20" placeholder="USERNAME" autocomplete="on"> > </div> > > <div class="form-group"> > <input id="txtRegEmail" name="txtRegEmail" type="text" class="form-control" maxlength="255" placeholder="EMAIL" autocomplete="on"> > </div> > > </form> > > </div> > ></body> ></html>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1382982
:
1208438
| 1456691