[JBoss JIRA] Created: (JBIDE-8519) ?floor, ?ceiling and ?round are not recognized by FreeMarker IDE
by Rafal Piotrowski (JIRA)
?floor, ?ceiling and ?round are not recognized by FreeMarker IDE
----------------------------------------------------------------
Key: JBIDE-8519
URL: https://issues.jboss.org/browse/JBIDE-8519
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: FreeMarker
Environment: Ubuntu Linux
Eclipse Helios Java EE (Build id: 20100917-0705)
FreeMarker IDE 1.1.0.v20110215-1224-H22-GA
Reporter: Rafal Piotrowski
Priority: Minor
Sample code:
[#ftl]
[#assign testlist=[0, 1, -1, 0.5, 1.5, -0.5, -1.5, 0.25, -0.25, 1.75, -1.75] /]
[#list testlist as result]
${result} ?floor=${result?floor}
${result} ?ceiling=${result?ceiling}
${result} ?round=${result?round}
[/#list]
is causing parse errors in eclipse, because plugin is using freemarker 2.3.8. These functions are in Freemarker from version 2.3.13 (http://freemarker.sourceforge.net/docs/ref_builtins_number.html#ref_built...).
I have tried to add new freemarker library to plugin directory and change Bundle-ClassPath in META-INF/MANIFEST.MF, but it didn't work.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years
[JBoss JIRA] (JBIDE-11290) Support rendering of <bdi> tag
by Vlado Pakan (JIRA)
Vlado Pakan created JBIDE-11290:
-----------------------------------
Summary: Support rendering of <bdi> tag
Key: JBIDE-11290
URL: https://issues.jboss.org/browse/JBIDE-11290
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: Visual Page Editor Templates
Affects Versions: 3.3.0.Beta1
Environment: JBT v. 3.3.0. Beta1e
Reporter: Vlado Pakan
Assignee: Yahor Radtsevich
Fix For: 3.3.0.Beta2
Tag <bdi> is market with warning "Unknown tag". Also visual representation of tag is different than in external web browser.
HTML code used in test page:
{code:xml}
<li>User <bdi>hrefs</bdi>: 60 points</li>
<li>User <bdi>jdoe</bdi>: 80 points</li>
<li>User <bdi>إيان</bdi>: 90 points</li>
{code}
Warning in VPE:
!unknownTag.png!
Visual representation in VPE:
!bdiTagInVpe.png!
Visual representation in external web browser:
!bdiTagInExtBrowser.png!
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years
[JBoss JIRA] (JBIDE-11165) BrowserSIm: StringIndexOutOfBoundsException on Linux when emty URL is entered
by Yahor Radtsevich (JIRA)
Yahor Radtsevich created JBIDE-11165:
----------------------------------------
Summary: BrowserSIm: StringIndexOutOfBoundsException on Linux when emty URL is entered
Key: JBIDE-11165
URL: https://issues.jboss.org/browse/JBIDE-11165
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor core
Affects Versions: 3.3.0.Beta1
Reporter: Yahor Radtsevich
Assignee: Yahor Radtsevich
Fix For: 3.3.0.CR1
*Steps to reproduce:*
# Run BrowserSim on Linux
# Remove all characters from the address bar and press Enter
*Actual result:*
BrowserSim closes, and the following exception is printed to the console:
{code}
Exception in thread "main" java.lang.StringIndexOutOfBoundsException: String index out of range: 0
at java.lang.String.charAt(String.java:694)
at org.eclipse.swt.browser.WebKit.setUrl(WebKit.java:1300)
at org.eclipse.swt.browser.Browser.setUrl(Browser.java:1061)
at org.jboss.tools.vpe.browsersim.browser.AbstractWebKitBrowser.setUrl(AbstractWebKitBrowser.java:30)
at org.eclipse.swt.browser.Browser.setUrl(Browser.java:1029)
at org.jboss.tools.vpe.browsersim.ui.BrowserSim$ControlHandlerImpl.goToAddress(BrowserSim.java:540)
at org.jboss.tools.vpe.browsersim.ui.skin.NativeSkin$1.handleEvent(NativeSkin.java:128)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1258)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3588)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3209)
at org.jboss.tools.vpe.browsersim.ui.BrowserSim.main(BrowserSim.java:98)
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years