That's a known issue when using webGl renderer.
As far as I know, there's two work around :
1. Disable webGl (but webGl is way faster than the base canvas renderer)
2. Paste your text on a Canvas object (it's a third party plugin so you'll have to look in the proper forum section) which is in the proper layer and hide the text object.