István Pásztor
István Pásztor
v3.21.3 has resolved the large bounding box issue for tooltips with only a single line of text. Tooltips with 2 lines of text still have too wide bounding boxes.
What you mean on "attempt"? An actual fix or a hack? 😄 The offset is still there but it has been reduced to a few (3-4) pixels for the theme...
I suspected the existence of those hacks. :-D I've programmed rendered UIs from scratch many times and doing the same ATM for an opensource project to make it cross platform...
I've downloaded the current latest version (3.23.4) just to check this issue. For me the input boxes have a few pixels offset. 3-4 pixels, perhaps only 2 in some cases....
In my opinion the correct solution would be vendoring our tools (not only apex) in some way. One of the go projects I worked on had a github repo that...
I had the same issue and looked at the code but I wasn't sure how to fix it or whether it is possible to fix it without changing the public...
@rubenv For now I think it's better if I keep the tool private for myself (less hassle for many reasons). I'll have to think about a name and need free...
Query strings naturally support only key-value pairs where the value can be an array if a given key is used multiple times in the query string. Supporting nested data structures...
I will try to spare some time at the weekend to have a look at your changes. This repo stayed unchanged for ages that isn't a bad thing but its...
I have good and bad news. The bad news is that I decided against merging your changes mainly because it could break existing projects that depend on this library. The...