[JBoss JIRA] (RF-13227) Prepare the RichFaces 4.3.x photoalbum for release
by Michal Petrov (JIRA)
[ https://issues.jboss.org/browse/RF-13227?page=com.atlassian.jira.plugin.s... ]
Michal Petrov commented on RF-13227:
------------------------------------
[~bleathem]
I think I've changed/fixed all the things but I wasn't able to replicate the NPE.
[~lfryc]
{quote}
doesn’t work from JBDS (even when the `release` profile is enabled)
* the packed.css resources is not found
{quote}
That is strange since I'm only using JDBS.
{quote}
Facebook login - “Error: User cancelled login or did not fully authorize.”
{quote}
When did the error appear, right after clicking the button?
{quote}
browser console inspection
* Uncaught TypeError: Cannot call method 'show' of null
** when switching from one tree node to another (quickly)
{quote}
That's a rich:tooltip bug, RF-12841. I see there is a workaround now.
{quote}
What is a purpose of a "What is this" (“?”) link in the header?
{quote}
Contextual help for a4j:status, which happens to be invisible most of the time. I've noticed sometimes clicking it does nothing.
> Prepare the RichFaces 4.3.x photoalbum for release
> --------------------------------------------------
>
> Key: RF-13227
> URL: https://issues.jboss.org/browse/RF-13227
> Project: RichFaces
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: examples
> Reporter: Brian Leathem
> Assignee: Michal Petrov
> Fix For: 4.3.5
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
> Review the photoalbum example application addressing any usability issues.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 3 months
[JBoss JIRA] (RF-13040) Examples don't work on WildFly
by Lukáš Fryč (JIRA)
[ https://issues.jboss.org/browse/RF-13040?page=com.atlassian.jira.plugin.s... ]
Lukáš Fryč resolved RF-13040.
-----------------------------
Resolution: Rejected
With WildFly 8.0.0.CR1, components-demo, push-demo and showcase works as expected (I have tested basic functionality and experienced no issues).
> Examples don't work on WildFly
> ------------------------------
>
> Key: RF-13040
> URL: https://issues.jboss.org/browse/RF-13040
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 5.0.0.Alpha1
> Environment: WildFly 8.0.0.Beta2-SNAPSHOT
> Reporter: Jan Papousek
> Assignee: Lukáš Fryč
> Labels: jsf22
> Fix For: 5.0.0.Alpha3
>
> Original Estimate: 2 hours
> Remaining Estimate: 2 hours
>
> - components-demo: with standalone-jbossweb.xml OK, with standalone-full.xml deployable, but doesn't work
> - showcase (jbas71 classifier): can't deploy, the following error appears (standalone-full.xml):
> {code}
> 16:22:01,672 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-3) MSC000001: Failed to start service jboss.undertow.deployment.default-host./showcase: org.jboss.msc.service.StartException in service jboss.undertow.deployment.default-host./showcase: Failed to start service
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1930) [jboss-msc-1.1.2.Final.jar:1.1.2.Final]
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_17]
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_17]
> at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_17]
> Caused by: java.lang.RuntimeException: java.lang.RuntimeException: java.lang.RuntimeException: Capability org.richfaces.demo.push.JMSInitializer was not correctly initialized
> at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:194)
> at org.wildfly.extension.undertow.deployment.UndertowDeploymentService.start(UndertowDeploymentService.java:75)
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1974) [jboss-msc-1.1.2.Final.jar:1.1.2.Final]
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1907) [jboss-msc-1.1.2.Final.jar:1.1.2.Final]
> ... 3 more
> Caused by: java.lang.RuntimeException: java.lang.RuntimeException: Capability org.richfaces.demo.push.JMSInitializer was not correctly initialized
> at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:273)
> at io.undertow.servlet.core.ApplicationListeners.contextInitialized(ApplicationListeners.java:127)
> at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:172)
> ... 6 more
> Caused by: java.lang.RuntimeException: Capability org.richfaces.demo.push.JMSInitializer was not correctly initialized
> at org.richfaces.demo.push.AbstractCapabilityInitializer.processEvent(AbstractCapabilityInitializer.java:66)
> at javax.faces.event.SystemEvent.processListener(SystemEvent.java:108)
> at com.sun.faces.application.ApplicationImpl.processListeners(ApplicationImpl.java:2187)
> at com.sun.faces.application.ApplicationImpl.invokeListenersFor(ApplicationImpl.java:2163)
> at com.sun.faces.application.ApplicationImpl.publishEvent(ApplicationImpl.java:303)
> at org.jboss.as.weld.webtier.jsf.ForwardingApplication.publishEvent(ForwardingApplication.java:288)
> at com.sun.faces.config.ConfigManager.publishPostConfigEvent(ConfigManager.java:685)
> at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:253)
> ... 8 more
> Caused by: java.lang.RuntimeException: Unable to create topic 'pushJms' (JNDI: /topic/pushJms)
> at org.richfaces.demo.push.JMSInitializer.createTopic(JMSInitializer.java:86)
> at org.richfaces.demo.push.JMSInitializer.initializeJMS(JMSInitializer.java:75)
> at org.richfaces.demo.push.JMSInitializer.initializeCapability(JMSInitializer.java:63)
> at org.richfaces.demo.push.AbstractCapabilityInitializer.processEvent(AbstractCapabilityInitializer.java:63)
> ... 15 more
> Caused by: java.io.IOException: java.net.ConnectException: JBAS012144: Could not connect to http-remoting://127.0.0.1:9999. The connection timed out
> at org.jboss.as.controller.client.impl.AbstractModelControllerClient.executeForResult(AbstractModelControllerClient.java:129)
> at org.jboss.as.controller.client.impl.AbstractModelControllerClient.execute(AbstractModelControllerClient.java:81)
> at org.richfaces.demo.push.provider.AS7MessagingProviderManagement.createTopic(AS7MessagingProviderManagement.java:83)
> at org.richfaces.demo.push.JMSInitializer.createTopic(JMSInitializer.java:84)
> ... 18 more
> Caused by: java.net.ConnectException: JBAS012144: Could not connect to http-remoting://127.0.0.1:9999. The connection timed out
> at org.jboss.as.protocol.ProtocolConnectionUtils.connectSync(ProtocolConnectionUtils.java:131)
> at org.jboss.as.protocol.ProtocolConnectionManager$EstablishingConnection.connect(ProtocolConnectionManager.java:256)
> at org.jboss.as.protocol.ProtocolConnectionManager.connect(ProtocolConnectionManager.java:70)
> at org.jboss.as.protocol.mgmt.FutureManagementChannel$Establishing.getChannel(FutureManagementChannel.java:176)
> at org.jboss.as.controller.client.impl.RemotingModelControllerClient.getOrCreateChannel(RemotingModelControllerClient.java:148)
> at org.jboss.as.controller.client.impl.RemotingModelControllerClient$1.getChannel(RemotingModelControllerClient.java:67)
> at org.jboss.as.protocol.mgmt.ManagementChannelHandler.executeRequest(ManagementChannelHandler.java:115)
> at org.jboss.as.protocol.mgmt.ManagementChannelHandler.executeRequest(ManagementChannelHandler.java:90)
> at org.jboss.as.controller.client.impl.AbstractModelControllerClient.executeRequest(AbstractModelControllerClient.java:236)
> at org.jboss.as.controller.client.impl.AbstractModelControllerClient.execute(AbstractModelControllerClient.java:141)
> at org.jboss.as.controller.client.impl.AbstractModelControllerClient.executeForResult(AbstractModelControllerClient.java:127)
> ... 21 more
> {code}
> - irc-client: can't deploy (standalone-full.xml)
> {code}
> 16:35:39,805 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-6) MSC000001: Failed to start service jboss.undertow.deployment.default-host./irc-client.UndertowDeploymentInfoService: org.jboss.msc.service.StartException in service jboss.undertow.deployment.default-host./irc-client.UndertowDeploymentInfoService: java.lang.ClassNotFoundException: org.richfaces.webapp.PushFilter from [Module "deployment.irc-client.war:main" from Service Module Loader]
> at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService.createServletConfig(UndertowDeploymentInfoService.java:587)
> at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService.start(UndertowDeploymentInfoService.java:200)
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1974) [jboss-msc-1.1.2.Final.jar:1.1.2.Final]
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1907) [jboss-msc-1.1.2.Final.jar:1.1.2.Final]
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_17]
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_17]
> at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_17]
> Caused by: java.lang.ClassNotFoundException: org.richfaces.webapp.PushFilter from [Module "deployment.irc-client.war:main" from Service Module Loader]
> at org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:196) [jboss-modules.jar:1.2.0.Final]
> at org.jboss.modules.ConcurrentClassLoader.performLoadClassUnchecked(ConcurrentClassLoader.java:444) [jboss-modules.jar:1.2.0.Final]
> at org.jboss.modules.ConcurrentClassLoader.performLoadClassChecked(ConcurrentClassLoader.java:432) [jboss-modules.jar:1.2.0.Final]
> at org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentClassLoader.java:374) [jboss-modules.jar:1.2.0.Final]
> at org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoader.java:119) [jboss-modules.jar:1.2.0.Final]
> at java.lang.Class.forName0(Native Method) [rt.jar:1.7.0_17]
> at java.lang.Class.forName(Class.java:266) [rt.jar:1.7.0_17]
> at org.jboss.as.server.deployment.reflect.DeploymentClassIndex.classIndex(DeploymentClassIndex.java:54) [wildfly-server-8.0.0.Alpha1.jar:8.0.0.Alpha1]
> at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService.createServletConfig(UndertowDeploymentInfoService.java:426)
> ... 6 mor
> {code}
> - jpa-demo: with standalone-jbossweb.xml OK, with standalone-full.xml deployable, but doesn't work
> ...
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 3 months
[JBoss JIRA] (RF-13216) PoupPanel doesn't disappear when rendered="false" and rerender it.
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/RF-13216?page=com.atlassian.jira.plugin.s... ]
RH Bugzilla Integration commented on RF-13216:
----------------------------------------------
Jiri Pallich <jpallich(a)redhat.com> changed the Status of [bug 1011466|https://bugzilla.redhat.com/show_bug.cgi?id=1011466] from ASSIGNED to CLOSED
> PoupPanel doesn't disappear when rendered="false" and rerender it.
> ------------------------------------------------------------------
>
> Key: RF-13216
> URL: https://issues.jboss.org/browse/RF-13216
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-output
> Affects Versions: 4.3.3
> Reporter: Takayuki Konishi
> Labels: gss, waiting_on_user
> Attachments: rf3_3_4-modalpanel.zip, rf4_3_3-popuppanel.zip
>
>
> If you use the richfaces popupPanel in the default domElementAttachment="body" mode it will not disappear under specific conditions.
> {code:xml}
> <h:body title="page 1">
> <a4j:outputPanel id="myPanel">
> <rich:popupPanel domElementAttachment="body" show="true" rendered="#{test.showPopup}">
> <h:form>
> <a4j:commandButton action="#{test.switchPopup()}" value="switch off" render="myPanel"/>
> </h:form>
> </rich:popupPanel>
> <h:form>
> <a4j:commandButton action="#{test.switchPopup()}" value="switch on" render="myPanel"/>
> </h:form>
> </a4j:outputPanel>
> </h:body>
> {code}
> In Richfaces 3.3.x, on the other hand, there was a component cleanup system ({{memory.js _cleanComponentNodes}}) which was responsible to remove components after ajax calls if the component was removed from the current view.
> Therefore the above example (revert {{popupPanel}} to {{modalPanel}}) works in RF3.3.4.Final.
> Note:
> In case {{domElementAttachment="parent"}}, it will show [the other JSF2 bug|https://java.net/jira/browse/JAVASERVERFACES_SPEC_PUBLIC-790] where the view state was lost, therefore you must click the action button twice to really call the function.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 3 months
[JBoss JIRA] (RF-13476) r:ajax not rerendering - render="..." Unhandled by MetaTagHandler for type org.richfarender="outputPanel" Unhandled by MetaTagHandler for type org.richfaces.ui.ajax.ajax.AjaxBehavior
by Mike K (JIRA)
[ https://issues.jboss.org/browse/RF-13476?page=com.atlassian.jira.plugin.s... ]
Mike K updated RF-13476:
------------------------
Attachment: test.xhtml
> r:ajax not rerendering - render="..." Unhandled by MetaTagHandler for type org.richfarender="outputPanel" Unhandled by MetaTagHandler for type org.richfaces.ui.ajax.ajax.AjaxBehavior
> ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: RF-13476
> URL: https://issues.jboss.org/browse/RF-13476
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component, regression
> Affects Versions: 5.0.0.Alpha2
> Environment: Win7,JDK6, JBoss EAP 5.1
> Reporter: Mike K
> Labels: ajax, richfaces
> Attachments: test.xhtml, test.xhtml, TestBean.java
>
>
> Since richfaces5.0.0 alpha2 the r:ajax components does not rerender subcomponents in an outputPanel. It did work in alpha1!
> Now I get the following error in my logs:
> 10:17:33,645 SEVERE [meta] /pages/test.xhtml @14,49 render="outputPanel" Unhandled by MetaTagHandler for type org.richfaces.ui.ajax.ajax.AjaxBehavior
> => when changed to f:ajax example is working!
> See Example for details.
> Log output is:
> debug[13:39:13.541]: New request added to queue. Queue requestGroupingId changed to form:selector
> debug[13:39:13.543]: Queue will wait 0ms before submit
> debug[13:39:13.543]: richfaces.queue: will submit request NOW
> info [13:39:13.553]: Received 'begin' event from <select id=form:selector ...>
> info [13:39:13.615]: Received 'beforedomupdate' event from <select id=form:selector ...>
> debug[13:39:13.616]: Server returned responseText: <?xml version='1.0' encoding='UTF-8'?> <partial-response><changes><update id="javax.faces.ViewState"><![CDATA[-3951616523774896107:7005939840808606034]]></update></changes></partial-response>
> info [13:39:13.618]: Listing content of response changes element:
> Element update for id=javax.faces.ViewState
> <update id="javax.faces.ViewState"><![CDATA[-3951616523774896107:7005939840808606034]]></update>
> debug[13:39:13.620]: richfaces.queue: ajax submit successfull
> debug[13:39:13.621]: richfaces.queue: Nothing to submit
> info [13:39:13.622]: Received 'success' event from <select id=form:selector ...>
> info [13:39:13.623]: Received 'complete' event from <select id=form:selector ...>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 3 months
[JBoss JIRA] (RF-13476) r:ajax not rerendering - render="..." Unhandled by MetaTagHandler for type org.richfarender="outputPanel" Unhandled by MetaTagHandler for type org.richfaces.ui.ajax.ajax.AjaxBehavior
by Mike K (JIRA)
[ https://issues.jboss.org/browse/RF-13476?page=com.atlassian.jira.plugin.s... ]
Mike K updated RF-13476:
------------------------
Description:
Since richfaces5.0.0 alpha2 the r:ajax components does not rerender subcomponents in an outputPanel. It did work in alpha1!
Now I get the following error in my logs:
10:17:33,645 SEVERE [meta] /pages/test.xhtml @14,49 render="outputPanel" Unhandled by MetaTagHandler for type org.richfaces.ui.ajax.ajax.AjaxBehavior
=> when changed to f:ajax example is working!
See Example for details.
Log output is:
debug[13:39:13.541]: New request added to queue. Queue requestGroupingId changed to form:selector
debug[13:39:13.543]: Queue will wait 0ms before submit
debug[13:39:13.543]: richfaces.queue: will submit request NOW
info [13:39:13.553]: Received 'begin' event from <select id=form:selector ...>
info [13:39:13.615]: Received 'beforedomupdate' event from <select id=form:selector ...>
debug[13:39:13.616]: Server returned responseText: <?xml version='1.0' encoding='UTF-8'?> <partial-response><changes><update id="javax.faces.ViewState"><![CDATA[-3951616523774896107:7005939840808606034]]></update></changes></partial-response>
info [13:39:13.618]: Listing content of response changes element:
Element update for id=javax.faces.ViewState
<update id="javax.faces.ViewState"><![CDATA[-3951616523774896107:7005939840808606034]]></update>
debug[13:39:13.620]: richfaces.queue: ajax submit successfull
debug[13:39:13.621]: richfaces.queue: Nothing to submit
info [13:39:13.622]: Received 'success' event from <select id=form:selector ...>
info [13:39:13.623]: Received 'complete' event from <select id=form:selector ...>
was:
Since richfaces5.0.0 alpha2 the r:ajax components does not rerender subcomponents in an outputPanel. It did work in alpha1!
Now I get the following error in my logs:
10:17:33,645 SEVERE [meta] /pages/test.xhtml @14,49 render="outputPanel" Unhandled by MetaTagHandler for type org.richfaces.ui.ajax.ajax.AjaxBehavior
See Example for details.
Workaround Description: switch to f:ajax - but that limits the component!
Workaround: Workaround Exists
> r:ajax not rerendering - render="..." Unhandled by MetaTagHandler for type org.richfarender="outputPanel" Unhandled by MetaTagHandler for type org.richfaces.ui.ajax.ajax.AjaxBehavior
> ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: RF-13476
> URL: https://issues.jboss.org/browse/RF-13476
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component, regression
> Affects Versions: 5.0.0.Alpha2
> Environment: Win7,JDK6, JBoss EAP 5.1
> Reporter: Mike K
> Labels: ajax, richfaces
> Attachments: test.xhtml, TestBean.java
>
>
> Since richfaces5.0.0 alpha2 the r:ajax components does not rerender subcomponents in an outputPanel. It did work in alpha1!
> Now I get the following error in my logs:
> 10:17:33,645 SEVERE [meta] /pages/test.xhtml @14,49 render="outputPanel" Unhandled by MetaTagHandler for type org.richfaces.ui.ajax.ajax.AjaxBehavior
> => when changed to f:ajax example is working!
> See Example for details.
> Log output is:
> debug[13:39:13.541]: New request added to queue. Queue requestGroupingId changed to form:selector
> debug[13:39:13.543]: Queue will wait 0ms before submit
> debug[13:39:13.543]: richfaces.queue: will submit request NOW
> info [13:39:13.553]: Received 'begin' event from <select id=form:selector ...>
> info [13:39:13.615]: Received 'beforedomupdate' event from <select id=form:selector ...>
> debug[13:39:13.616]: Server returned responseText: <?xml version='1.0' encoding='UTF-8'?> <partial-response><changes><update id="javax.faces.ViewState"><![CDATA[-3951616523774896107:7005939840808606034]]></update></changes></partial-response>
> info [13:39:13.618]: Listing content of response changes element:
> Element update for id=javax.faces.ViewState
> <update id="javax.faces.ViewState"><![CDATA[-3951616523774896107:7005939840808606034]]></update>
> debug[13:39:13.620]: richfaces.queue: ajax submit successfull
> debug[13:39:13.621]: richfaces.queue: Nothing to submit
> info [13:39:13.622]: Received 'success' event from <select id=form:selector ...>
> info [13:39:13.623]: Received 'complete' event from <select id=form:selector ...>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 3 months
[JBoss JIRA] (RF-13470) Photoalbum: user profile view bugs
by Michal Petrov (JIRA)
[ https://issues.jboss.org/browse/RF-13470?page=com.atlassian.jira.plugin.s... ]
Michal Petrov closed RF-13470.
------------------------------
Resolution: Duplicate Issue
> Photoalbum: user profile view bugs
> ----------------------------------
>
> Key: RF-13470
> URL: https://issues.jboss.org/browse/RF-13470
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: examples
> Affects Versions: 4.3.4
> Reporter: Jiří Štefek
> Assignee: Michal Petrov
>
> On the user profile view:
> # the fileupload is somehow broken, when you are trying to add a new avatar (it accepts jpg only) there is no upload button after choosing the right file, but 'clear all' button is visible
> # there should be some sort of message, when you are trying to upload unacceptable type of image
> # the text 'bind with FB' overflows the button on Firefox (is ok on Chrome)
> # the birthday date can be a future date -- shouldn't it also be validated?
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 3 months
[JBoss JIRA] (RF-13470) Photoalbum: user profile view bugs
by Michal Petrov (JIRA)
[ https://issues.jboss.org/browse/RF-13470?page=com.atlassian.jira.plugin.s... ]
Michal Petrov updated RF-13470:
-------------------------------
Fix Version/s: (was: 4.3.5)
> Photoalbum: user profile view bugs
> ----------------------------------
>
> Key: RF-13470
> URL: https://issues.jboss.org/browse/RF-13470
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: examples
> Affects Versions: 4.3.4
> Reporter: Jiří Štefek
> Assignee: Michal Petrov
>
> On the user profile view:
> # the fileupload is somehow broken, when you are trying to add a new avatar (it accepts jpg only) there is no upload button after choosing the right file, but 'clear all' button is visible
> # there should be some sort of message, when you are trying to upload unacceptable type of image
> # the text 'bind with FB' overflows the button on Firefox (is ok on Chrome)
> # the birthday date can be a future date -- shouldn't it also be validated?
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 3 months