Comment 4 for bug 627686

Revision history for this message
Dylan McCall (dylanmccall) wrote : Re: [Harvest-dev] [Bug 627686] Re: should be possible to display non listed opportunities

That's a good point and I agree with you about keeping it simple, but why
not load that new content inside the existing package container?

I have a bit of an issue with a dialogue box type thing because, while
pretty, those are completely modal. Everything else in our UI is (or at
least should be) nonmodal. Not that there can't be some exceptions, of
course, like for things that really just need to be modal. (Forms spring to
mind).

Thank you for looking into this!

On 2010-09-03 5:55 AM, "Nigel Jones" <email address hidden> wrote:
Dylan,

I've been pondering this, what I'm thinking of (and willing to
investigate/implement) is:

Use jQuery UI dialogs (we are already using jQuery) to show an inline
pop-up (similar to Launchpad), of the same content as Permalink shows,
the only differences would be: The headers/footers of the generated
pages would be removed (i.e. it would just display the essentials).

My thoughts for doing it this way is that we aren't then over
complicating SQL queries and slowing down the main listings, we are
providing the content in one window & on demand.

Text browsers upon clicking on the 'Show' link would be redirected to
the full Permalink page.

I'll try and come up w/ a concept branch.

--
should be possible to display non listed opportunities
https://bugs.launchpad.net/bugs/627686
Y...