openhatch

Issue433

Title When you click to edit a bug tracker from the +projedit page, it should open in a little JavaScript modal dialog
Milestone later Priority feature
Waiting On Status chatting
Superseder Nosy List palhmbs, paulproteus
Assigned To Keywords bitesize, javascript

Created on 2011-05-26.01:52:43 by paulproteus, last changed 2011-07-03.02:10:32 by paulproteus.

Messages
msg2143 (view) Author: paulproteus Date: 2011-07-03.02:10:26
When you go to https://openhatch.org/+projedit/OpenHatch and click on 'Bug 
trackers' what happens now is that the bug trackers open up in a separate 
tab.

What *should* happen is that we use a library like jQuery Tools' overlay, 
where when you click on that, you get a "modal" dialog that pops up within 
the window. You can see a demo of that sort of thing here: 
http://flowplayer.org/tools/overlay/index.html

If you happen to like JavaScript, this actually be pretty easy. You'll
have to remove some "chrome" (site layout), which will require a little 
template wrangling. That part gets less bitesized, and involves some CSS 
work.

This is pretty well-defined and would make a good first bug for someone with 
JavaScript skills and a Django template background. We would totally help 
you if you want help.
History
Date User Action Args
2011-07-03 02:10:32paulproteussetmessages: - msg1894
2011-07-03 02:10:26paulproteussetstatus: unread -> chatting
messages: + msg2143
2011-07-02 20:37:19palhmbssetmilestone: 0.11.06 -> later
2011-05-28 22:51:51palhmbssetnosy: + palhmbs
2011-05-28 22:49:15palhmbssetmilestone: 0.11.05 -> 0.11.06
2011-05-26 01:52:43paulproteuscreate