forum.dlang.org, version 2 (BETA)
    sigod via Digitalmars-d-announce 
    digitalmars-d-announce at puremagic.com
       
    Thu Jun  4 13:56:31 PDT 2015
    
    
  
On Thursday, 4 June 2015 at 20:25:02 UTC, sigod wrote:
> Few issues with help dialog (opened with Shift+H):
> - Centers on full page instead of only visible part of it.
> - Scrolls with page.
`fixed` instead of [`absolute`][0] and it should be fixed. (Heh, 
funny.)
Also, I believe closing popup on `mouseup` in popup itself 
doesn't create good UX. Better to close it on `click` outside of 
popup (maybe difficult to implement without overlay) and to 
provide an "X" (close) button in popup.
[0]: 
https://github.com/CyberShadow/DFeed/blob/next/web/static/css/dfeed.css#L898
    
    
More information about the Digitalmars-d-announce
mailing list