Fixed Account details issues

jOOc

Active member
Affected version
2.0.1
Doesn't seams like I can translate this phrase
Also the "scroll to" function does not takes in mind the top and bottom "bars", the value missing gets hidden behind them.

1515876667762.webp
 
That particular tooltip is actually entirely rendered by your browser and is not part of XF so there’s nothing we can do to translate that.

It being hidden behind the sticky menu might be relevant but again as it’s a default browser tooltip it may not be possible for us to workaround that.
 
We won't be passing custom phrases to these browser tooltips as the default text is descriptive enough for its purpose. Using a localised version of the browser should present these default messages in the correct language. If they don't, that would be a browser issue and worth reporting to the browser developers as a bug.

The inputs being hidden from view, however, is something we've added code to anticipate generically across the software so that we now ensure the input is scrolled to and visible if it isn't already visible.
 
Top Bottom