Fix Firefox Bugs
Background
We currently have no lingering issues for full support of Firefox with Mifos. Thanks to those who helped in squashing these bugs!
Status - Complete
Contact
Please email the mifos-developer list if you are interested in helping on this project.
Mentor
Current Volunteer(s)
N/A
Time Estimate
1 hour to familiarize with Mifos, our issue tracker, etc. Then fix bugs and submit patches as you have time!
Prerequisite experience
Java and JSP development, Web browser technology.
Details
Mifos is a Web application; the user interface is provided via a Web browser. We'd like to be able to recommend Firefox 3.x for use with Mifos. See individual bugs in the issue tracker .
The most import bugs to be fixed as of 2 Oct 2009 are issues 1558 and 2090
Steps
- Read the Developer Kick Start page for information on contributing and getting set up. Follow the steps under
- Introduce yourself to the community - Mailing Lists
- Fill out the Contributor Agreement
- Set up your machine for development:
- Read how to submit patches
- Choose a bug from this list
- Write a Selenium based test that demonstrates the bug (see Writing Acceptance Tests) and fails because of it.
- Fix the bug and make your test pass
- Submit your patch with the test and the fix