Heikki Johannes Hildén

Results 10 comments of Heikki Johannes Hildén

I submitted a pull request with the proposed fix.

It appears to work. I am not doing any server-side rendering or fancy stuff. With react-router the script is injected each time the page is visited (this is what your...

The problem is mentioned here: https://developers.google.com/recaptcha/docs/faq > _I'm getting an uncaught SecurityError: blocked a frame with origin "https://www.google.com" from accessing a frame with origin "". What should I do?_ >...

http://stackoverflow.com/questions/27402217/googles-recaptcha-gives-uncaught-securityerror-after-successfull-validation-in

Alas, no. Not from my side, at least. I think we got stuck trying to figure out a way to relate the html container injected by Google's code to the...

@bobiblazeski Assuming Google hasn't changed the widget in some way that would affect this, the second solution I suggested should still work as long as you only have one component:...

> I then played with the idea of switching from a completely "ownerdrawn" widget, to a widget made with a layout and composed by different widgets. It would be easier...

For the second question; the Text Field component inherits from `QLineEdit`, so the geometry is controlled from there, except that some extra space is needed for the label. To accommodate...

Sounds reasonable, but you'll have to give it some trial-and-error most likely. These (counter and error message) could be given their own classes also, to avoid complicating the code in...

Yeah, I haven't followed this very rigorously. Here is the definition of Android's Density-independent pixel unit, to start with: > Density-independent pixel (dp) > > A virtual pixel unit that...