I have a situation in which I did web development (Wicket running on Tomcat) on Firefox 3.6.3, and now need to support Firefox 2.0 as well. Do you have any tips on what I should expect to break or where I should focus my testing?
Supporting mulitple versions of Firefox (2.*, 3.*). What should I test?
100 Views Asked by Alex B At
1
There are 1 best solutions below
Related Questions in FIREFOX
- Firefox 37 throwing error when trying to add microphone volume control for WebRTC audio context
- Polymer 1.0 on Firefox, Safari /deep/ selector not working
- Firefox Windows / Linux inconstancies
- Firefox SDK Add-on - How to start
- PlayN and Firefox issues
- Copy to clipboard from Firefox add-on content script
- SVG data image not working as a background-image in a pseudo element
- Selenium Firefox webdriver does not adopt profile
- how can i use require(""); in javascript
- Skewed border won't display properly in FiFO on MacOs
- Optimize website to show reader view in Firefox
- Remove the black line from the bottom and right side of Firefox select boxes
- Onclick doesn't work in Firefox, but in Chrome - yes
- How do you close the DOM Properties window in Firefox Developer Edition?
- Cannot click on Angular-JS button with selenium web-driver: ElementNotVisibleException
Related Questions in CROSS-BROWSER
- How can I get a button on the side of a text box to be perfectly aligned all the time?
- Opening Browser Instances from different Vendors
- Firefox not recognizing background-size: cover with Cycle2 Slider injections
- CSS Works in Chrome but not Firefox
- Page cached tracking using javascript
- Browser compatibility of Polymer
- IE compatibility Changing is not working in Windows10 using meta tag
- Cross browser kerning properly technique
- Chrome and Opera refuse to transition from flex: 0 to flex: 1
- How often do Apple update fixes for Safari on iOS?
- Different text align behavior for firefox
- video not getting in ie and mozilla in bootstrap framework
- Translation with Zend Translate only works in OSX Firefox, no others browsers
- Custom cursor not working in IE8
- Get innerWidth of Bootstrap button (crossbrowser)
Related Questions in FIREFOX3.6
- Problem with Firefox "manifest" file
- CSS: clear: left working too well?
- Comet/iFrame Streaming Firefox issue
- externalinterface.call won't call the JavaScript function - Firefox 3.6
- jQuery UI draggable/droppable not working in Firefox 3.6.13
- Avoiding radio input getting focus when an input element in its label is selected in Firefox
- Firefox/Gecko iframe doesn't render, is this a browser bug?
- Firefox 3.6 Anchor Link - Improper Functionality
- opening oracle applications in firefox
- Firefox 3.5 & 3.6: Unable to style <address> if it contains an <ul>
- Firebug keeps randomly stopping in ExtJS
- Why does this @font-face code not work in Firefox 3.6?
- IE Not Passing PHP Session Variables
- Useless setTimeout call (missing quotes around argument?)
- Tab key, arrow keys and page up/down keys donot work on Firefox on Ubuntu 1.04 LTS
Related Questions in FIREFOX2
- YUI3 event delegation not working in FF2
- Disabling autocomplete in Firefox 2
- Greasemonkey script gives error on wrong inputs
- Which Versions of FireFox Should I Support?
- Disable ESC behavior on Firefox 2.0 browser with jquery
- <UL> displaying incorrectly - works fine in all browsers except Firefox 2 (screenshots included)
- Firefox 2 freezes when trying cross-browser inline-block trick
- Manipulate an input field
- How to disable an input field, based on the displayed user text?
- How do I stop certain values of input, based on text elsewhere in the page?
- Wrapping text with css
- Word wrap in Firefox 2.0
- Supporting mulitple versions of Firefox (2.*, 3.*). What should I test?
- How do I get jQuery to work with a Greasemonkey 0.8 script (On Firefox 2), with no internet to the PC?
- In Firefox 2, usage of overflow:hidden makes other divs overlap current div
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Here's a few discrepancies to test between Firefox 2 and later versions:
white-space: -moz-pre-wrapfor Firefox 2 to emulatewhite-space: pre-wrapin Firefox 3+display:-moz-inline-boxin a separate declaration to trigger the Firefox 2 experimental layout which approximatesdisplay:inline-blockfor a particular element.-moz-inline-boxin Firefox 2.