Questions tagged [invisible]

This tag is intended to bring attention and association to all things not meeting the basic criteria of being self-evident to the naked eye. This tag does not imply the motivation behind nor the root cause of the invisibility and none should be inferred.

The invisible tag is intended to bring attention and association to all things not meeting the basic criteria of being self-evident to the naked eye. This would include anything hidden from view by another physical object, displaced to an area that is not observable by regular means or something that simply does not reflect the visible spectrum of light through transparency or gravitational lensing.

This tag does not imply the motivation behind nor the root cause of the invisibility and none should be inferred.

499 questions
14
votes
6 answers

Google INVISIBLE reCaptcha + jQuery validate() issue

I have implemented new Google's INVISIBLE reCaptcha on several sites successfully, however, it conflicts with jQuery validate(), in such a way that the js validation is no longer executed on button/form submit, and reCaptcha instantly kicks-in. If…
dev101
  • 1,359
  • 2
  • 18
  • 32
12
votes
5 answers

hide notification area progress bar in android when 100% is completed

I'm using this tutorial to show a notification with a progress bar. Everything works fine. But I can not make the progress dissapear when the task is 100% done How can I do this? tx
butelo
  • 1,653
  • 1
  • 18
  • 29
12
votes
1 answer

Determining and removing invisible characters from a string in PHP (%E2%80%8E)

I have strings in PHP which I read from a database. The strings are URLs and at first glance they look good, but there seems to be some weird character at the end. In the address bar of the browser, the string '%E2%80%8E' gets appended to the URL,…
spirit
  • 441
  • 5
  • 14
11
votes
2 answers

Invisible Google reCaptcha returns 410 when verifying user's input

We're using invisible reCaptcha and, once in a while, Google's Javascript code makes a request to Google's servers receiving a response status 410, instead of 200. We don't have control over it as the request is being made by Google's reCaptcha…
Ati Ranzuglia
  • 318
  • 1
  • 12
11
votes
7 answers

Eclipse does not show src file

I have three different projects in my eclipse and yesterday src file became unvisible in one of the projects. Two days ago it was ok and I have no idea how this happened. I can not see src file in project explorer or package explorer. Project…
Aykut Akin
  • 143
  • 1
  • 1
  • 7
10
votes
10 answers

setting android button invisible but still having an onClick Listener attached

So currently I'm putting an Easter egg inside my app and I want the Button to be invisible, but when clicked(Rick roll). So far I can make it work when I say: Button.setVisibility(view.VISIBLE); Button.setBackgroundColor(Color.TRANSPARENT); and…
cj1098
  • 1,560
  • 6
  • 32
  • 60
10
votes
1 answer

Do invisible (display:none) cells count toward colspan

Just wondering. Also, is this applied equally across browsers? e.g.:
asdf asdf asdf
does colspan == 2 or 3?
Chad
  • 3,159
  • 4
  • 33
  • 43
9
votes
5 answers

Invisible div over div does not work in IE8

I'm trying to create an invisible div, over the facebook comments plugin in order to disable the plugin's functionality in an Editor View. This invisible div works in all browsers except IE8. How can I fix this? HTML:
JZ.
  • 21,147
  • 32
  • 115
  • 192
8
votes
2 answers

Modifying the default hash value

Ruby lets you define default values for hashes: h=Hash.new(['alright']) h['meh'] # => ["alright"] Assignment of a value shows up when displaying the hash, but a modified default does not. Where's…
Dragon
  • 2,017
  • 1
  • 19
  • 35
8
votes
2 answers

Google invisible recaptcha stopped working in AU

Starting from the 18th of June, the Recaptcha on our Magento M1 project has stopped working. In recaptcha__en.js script function Array.prototype.filter returns an error this.each is not a function, because this is not an Array, it’s NodeList, and it…
8
votes
3 answers

Making a class invisible

I'm want to have a div with class "a" to be invisible. I've tried already to give it the display: none; line in the CSS file but what it does is hide it, yet it doesn't catch any space and so all my other boxes don't stay in place. Is there a way to…
user785519
8
votes
1 answer

Contact API storing contact as an invisible contact: How to make it visible?

I am trying to add a contact in Android using getContentResolver. First I created an ArrayList: ArrayList ops = new ArrayList(); then populated the array list by int rawContactInsertIndex =…
Ads
  • 6,681
  • 12
  • 47
  • 72
8
votes
1 answer

Chrome modal dialogs don't appear - locks up window

For about the last four months, when using Chrome, any page that opens a modal dialog box, the dialog doesn't appear - but Chrome behaves as though it is there and is unresponsive - it just beeps waiting for the dialog box to be closed. It doesn't…
GadgetGuy
  • 439
  • 1
  • 4
  • 8
8
votes
2 answers

The new Google Invisible reCaptcha - invisible or not?

Google announced Invisible ReCAPTCHA is coming soon. For now, if you want to integrate the new reCAPTCHA to your site or app you can register here. I do have 2 site keys whitelisted for the new Invisible reCaptcha and I've started "playing" with…
Mch
  • 348
  • 1
  • 3
  • 7
7
votes
5 answers

Totally invisible html buttons

Use the following code: Save this file as a html file. If you open the file there is an…
VVWdefect
  • 131
  • 1
  • 3
  • 7
1
2
3
33 34