function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Jyoti Singh 9Jyoti Singh 9 

Salesforce1 Error: “Invalid Key v.active” on Android

Hi,

I have a very simple VF page which I enabled for Salesforce1.
 
<apex:page standardController="Case" extensions="CaseSendFirstResponseExtension" action="{!doSend}" title="Case Send First Response">
<apex:sectionHeader title="Sending First Response..." />
<apex:pageMessages />

<apex:form >
  <apex:commandButton value="Back" action="/{!Case.id}"/>
</apex:form>

</apex:page>

When I run this, the page does not render and instead gives this error - “Invalid Key v.active”

Can anybody tell how to resolve this?
Best Answer chosen by Jyoti Singh 9
Gaurav KheterpalGaurav Kheterpal
This is a known issue with Salesforce1 on Android. I would recommend raising a support case.


There are threads about it on SFSE as well - 1 (http://salesforce.stackexchange.com/questions/63283/invalid-component-tried-calling-function-set-with-arguments-v-inactive-false) and 2 (http://salesforce.stackexchange.com/questions/66042/salesforce1-error-invalid-key-v-active-what-does-it-mean)

If my answer helps resolve your query, please mark it as the 'Best Answer' to benefit others and improve the overall quality of Discussion Forums.

Gaurav Kheterpal
Certified Force.com Developer| Developer Forums Moderator| Dreamforce Speaker


 

All Answers

Gaurav KheterpalGaurav Kheterpal
This is a known issue with Salesforce1 on Android. I would recommend raising a support case.


There are threads about it on SFSE as well - 1 (http://salesforce.stackexchange.com/questions/63283/invalid-component-tried-calling-function-set-with-arguments-v-inactive-false) and 2 (http://salesforce.stackexchange.com/questions/66042/salesforce1-error-invalid-key-v-active-what-does-it-mean)

If my answer helps resolve your query, please mark it as the 'Best Answer' to benefit others and improve the overall quality of Discussion Forums.

Gaurav Kheterpal
Certified Force.com Developer| Developer Forums Moderator| Dreamforce Speaker


 
This was selected as the best answer
Jyoti Singh 9Jyoti Singh 9
Do you know when this will be solved? Is there a workaround?
Gaurav KheterpalGaurav Kheterpal
No, I have not heard back from Salesforce on my case for it. There is no other workaround that I am aware of for now.