Hi Arlo, I have a couple of comments inline -
On Mon, Feb 2, 2009 at 10:58 AM, Arlo White <[email protected]> wrote: > The other issues I've encountered and would like to see fixed are lower > priority user-interface type issues. > Jump To feature (left panel in focus mode) highlights wrong tab and > breadcrumbs for selected channel<http://www.ja-sig.org/issues/browse/UP-2268> > I'll try and take a look at this before the milestone release. Do you have a particular example? Is it all channels? Just some? > Page Layout dialog resets the active tab, make setting active tab more > explicit <http://www.ja-sig.org/issues/browse/UP-2265> If you want I could > try to tackle this issue and submit a patch. > >From my understanding, this is more than just a UI issue. I've looked through some of this code in the past, and it looks like uPortal collapses the concepts of the "active tab" and the "default tab." I think what we really need is some behavior to have one value that's persisted as a user stylesheet preference for the default tab to load, and another in-memory value that represents the active tab value but isn't persisted to the database on layout edits. > Add Content, search should be case insensitive > [PATCH]<http://www.ja-sig.org/issues/browse/UP-2227> > I'll take a look at this as well - thanks for the patch! You can't use the sign-out xsl method because: > USER_NAME stylesheet parameter is not populated in > universality.xml<http://www.ja-sig.org/issues/browse/UP-2235> > I think this variable was introduced by accident during some of the up3 theme revisions and has never actually existed as a variable that's available to the theme stylesheet. Historically (and currently) the user name has been printed out by the CLogin channel. We should probably remove that variable, as well as the unused templates in the theme to prevent confusion. > If you're supporting webkit browsers (Safari, Chrome): > Change portlet-controls (channel buttons) CSS to have consistent padding > and fix Webkit render bug [PATCH]<http://www.ja-sig.org/issues/browse/UP-2269> > I'll take some time and apply this one too. Thanks for the input and patches! - Jen -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/uportal-dev
