primefaces-extensions / faces-intellisense

Visual Studio Code extension that provides components completion in the HTML, XHTML and Faces. Based on the official Tag Library definitions.
https://marketplace.visualstudio.com/items?itemName=FlipWarthog.faces-intellisense
MIT License
5 stars 1 forks source link

Bug: PrimeFaces SelectOneMenu not parsing properly. #29

Closed melloware closed 2 months ago

melloware commented 2 months ago

Taglib XML:

 <description>
   <![CDATA[SelectOneMenu is an extended version of the standard Faces SelectOneMenu.]]>
</description>

JSON output:

 {
        "name": "selectOneMenu",
        "description": "\n            \n        ",
}
melloware commented 2 months ago

@FlipWarthog duh i know why: https://github.com/primefaces/primefaces/blob/321ca1819cd18d91e12c5ec944016c5494bf949a/primefaces/src/main/resources/META-INF/primefaces.taglib.xml#L24772

I fixed it in 15.0.0 but the 14.0.0 tag libary still has a blank.

FlipWarthog commented 2 months ago

@FlipWarthog duh i know why: https://github.com/primefaces/primefaces/blob/321ca1819cd18d91e12c5ec944016c5494bf949a/primefaces/src/main/resources/META-INF/primefaces.taglib.xml#L24772

I fixed it in 15.0.0 but the 14.0.0 tag libary still has a blank.

What about f:selectItem?

melloware commented 2 months ago

Missing in 2.3 JSF I just added it but I can see its there in the 4.0 and 5.0 taglibs for Faces. 2.3 is not getting any more updates so I manually fixed it.