|
|
Hi All,
I've handled FDO 47164 but need input to see if we'll actually implement. Summary: User thinks that recent documents arrow hot spot is too small on our backing window
Solution: I moved the horizontal bar to the left a bit and increased the arrow size quite a bit. Here is a before: and After: I'm not sure if we want to implement this at all, and if so if I went too big. Advice welcome, I'll either close the bug as WONTFIX or submit a patch as soon as we get some feedback.
Joel
_______________________________________________ Libreoffice-ux-advise mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/libreoffice-ux-advise |
|
Philipp Riemer |
|
|
2012/7/11 Joel Madero <[hidden email]>:
> Hi All, > > I've handled FDO 47164 but need input to see if we'll actually implement. > > Summary: User thinks that recent documents arrow hot spot is too small on > our backing window > > Solution: I moved the horizontal bar to the left a bit and increased the > arrow size quite a bit. > > Here is a before: > > https://picasaweb.google.com/117397839011853181951/LODevelopment#5764020605655926498 > > and After: > > https://picasaweb.google.com/117397839011853181951/LODevelopment#5764020604014127250 > > > I'm not sure if we want to implement this at all, and if so if I went too > big. Advice welcome, I'll either close the bug as WONTFIX or submit a patch > as soon as we get some feedback. > > > Joel Hi Joel, I tried opening the links but Google tells me that the pages do not exist. Is it maybe a private album...? Cheers, Philipp _______________________________________________ Libreoffice-ux-advise mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/libreoffice-ux-advise |
|
|
Made then public. Sorry about that On Jul 11, 2012 2:46 PM, "Philipp Riemer" <[hidden email]> wrote:
2012/7/11 Joel Madero <[hidden email]>: _______________________________________________ Libreoffice-ux-advise mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/libreoffice-ux-advise |
|
Rainer Bielefeld-2 |
|
|
In reply to this post by jmadero
Joel Madero schrieb:
> Hi All, > > I've handled FDO 47164 Hi, I recommend not to spread such discussions to all LibO community. We have Bugzilla for that, my request to all is to leave relevant comments in the Bug report (as I did). Best regards Rainer _______________________________________________ Libreoffice-ux-advise mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/libreoffice-ux-advise |
|
Stefan Knorr (Astron)-2 |
|
|
In reply to this post by jmadero
Hi Joel,
I think you've made the area behind the separator a bit large now – having it slightly larger than in 3.5 definitely is a good idea, though. But: I don't think the width of the area is the only or even the most important problem – the problem seems to be the clickable area. I've attached a screenshot of the approximate clickable areas of the button: the red area are brings up the regular file chooser, the blue area brings up the list of last opened files. As you can see, the blue area actually covers only a small part of the right side of the button which is quite easy to miss. Can you look into that (if you haven't already – I didn't try your patch)? Astron. _______________________________________________ Libreoffice-ux-advise mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/libreoffice-ux-advise |
|
Michael Meeks-2 |
|
|
On Thu, 2012-07-12 at 09:47 +0200, Stefan Knorr wrote: > But: I don't think the width of the area is the only or even the most > important problem – the problem seems to be the clickable area. I've > attached a screenshot of the approximate clickable areas of the button: > the red area are brings up the regular file chooser, the blue area > brings up the list of last opened files. That's a nice visualisation - thanks ! I wonder if vcl/source/control/button.cxx's random numbers: // calc Symbol- and Textrect long nSymbolSize = pDev->GetTextHeight() / 2 + 1; aInRect.Right() -= 5; aInRect.Left() = aInRect.Right() - nSymbolSize; aSize.Width() -= ( 5 + nSymbolSize ); Have anything to do with that; the 'aInRect' calculations seem just a bit crazy (but I didn't dig too far, and perhaps we don't take that code path ;-) Thanks ! Michael. -- [hidden email] <><, Pseudo Engineer, itinerant idiot _______________________________________________ Libreoffice-ux-advise mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/libreoffice-ux-advise |
| Powered by Nabble | Edit this page |