nvdv / vprof

Visual profiler for Python
BSD 2-Clause "Simplified" License
3.95k stars 154 forks source link

hidden flame graph popup #91

Open matkoniecz opened 5 years ago

matkoniecz commented 5 years ago
Description

Bottom popup in flame graph may be hidden what is undesirable

How to reproduce

Generate flame graph, hover over a bottom line

Actual results

Selection_003

Expected results

I can see contents.

Version and platform
mateusz@grisznak:~$ pip list | grep vprof
vprof                              0.37.6

Current pre-release according to https://github.com/nvdv/vprof/releases

mateusz@grisznak:~$ uname -a
Linux grisznak 4.15.0-51-generic #55~16.04.1-Ubuntu SMP Thu May 16 09:24:37 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
Firefox 67.0.1 (64-bit)
mateusz@grisznak:~$ p --version
Python 3.5.2
Affected code

Code that should be changed to fix this is in https://github.com/nvdv/vprof/tree/master/vprof/ui , right?