-
Bug
-
Resolution: Fixed
-
P2
-
7-client
-
b01
-
b03
-
x86
-
windows
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2214654 | 8 | Thomas Ng | P2 | Closed | Fixed | b12 |
allow javafx2 param name using mixed case and upper case
e.g
<jfx:javafx-desc width="100" height="100" main-class="deploy.sqe.GetParamTest" name="GetParamTest">
<param name=testnamedMixCase value="Mixed Case test"/>
<param name=testnamedlowercase value="lower case test"/>
<param name=TESTNAMEDUPPERCASE value="UPPER CASE TEST"/>
<param name=test_named value="special_char test"/>
</jfx:javafx-desc>
e.g
<jfx:javafx-desc width="100" height="100" main-class="deploy.sqe.GetParamTest" name="GetParamTest">
<param name=testnamedMixCase value="Mixed Case test"/>
<param name=testnamedlowercase value="lower case test"/>
<param name=TESTNAMEDUPPERCASE value="UPPER CASE TEST"/>
<param name=test_named value="special_char test"/>
</jfx:javafx-desc>
- backported by
-
JDK-2214654 allow javafx2 param name using mixed case
-
- Closed
-