[%# This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # # This Source Code Form is "Incompatible With Secondary Licenses", as # defined by the Mozilla Public License, v. 2.0. #%] [% PROCESS global/variables.none.tmpl %] [% inline_style = BLOCK %] #bug_form th { text-align: right; vertical-align: middle; } #bug_form input[type="text"], #bug_form textarea { width: 100%; } #bug_form textarea { font-family: inherit; font-size: inherit; } #standard_link { margin-top: 2em; } #standard_link img { vertical-align: middle; } #standard_link a { cursor: pointer; } [% END %] [% inline_javascript = BLOCK %] function validateAndSubmit() { var field_errors = { 'op_sys': "Please tell us which product you are using.", 'software_version': "Please tell us which version of the product you are using.", 'bug_file_loc': "Please give the URL of the broken page.", 'short_desc': "Please enter a summary of the problem.", 'desc': "Please tell us how to reproduce the problem.", 'expected_result': "Please tell us what you expected to happen.", 'actual_result': "Please tell us what actually happened.", }; var alert_text = ''; for (key in field_errors) { if (!isFilledOut(key)) { alert_text += field_errors[key] + '\n'; } } if (alert_text != '') { alert(alert_text); return false; } return true; } [% END %] [% title = "Mobile Web Compatibility Problem" %] [% PROCESS global/header.html.tmpl title = title style = inline_style javascript = inline_javascript javascript_urls = [ 'extensions/BMO/web/js/form_validate.js'] %] [% USE Bugzilla %] [% cgi = Bugzilla.cgi %]

[% title FILTER none %]

[% IF NOT cgi.user_agent("Mobile") %]

If possible, it's best to file [% terms.bugs %] using your device's browser. Visit and bookmark <https://bugzilla.mozilla.org/form.mobile.compat>.

[% END %]
Product
Product Version
Full Web Page Address
 
Problem Summary
Steps To Reproduce
Expected Result
Actual Result
 
Device Information
 
 
[ * Required Field ] [% PROCESS global/footer.html.tmpl %]