Giter Site home page Giter Site logo

themes's People

Contributors

cagataycivici avatar melloware avatar tandraschko avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

themes's Issues

Bootstrap4 dark blue DataTable header transparent

Using bootstrap4-dark-blue Theme, the surface-hover Variable has a transparent Background. This is fine most of the time, but when the DataTable is used with sortable and scrollable, while hovering over the header, the row below is visible.
image

<DataTable value={data} scrollable scrollHeight="100vh">
    <Column field="iconLink" header="Icon"></Column>
    <Column field="shortName" header="Name" sortable></Column>
</DataTable>
.p-datatable .p-sortable-column:not(.p-highlight):not(.p-sortable-disabled):hover {
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.87);
}

Warning in primefaces.THEME delta

just warning, the image does not exist but is mapped in theme.css

13-Oct-2016 16:31:10.173 WARNING [http-apr-8080-exec-2] com.sun.faces.application.resource.ResourceHandlerImpl.logMissingResource JSF1064: Não foi possível encontrar ou fornecer o recurso, images/fallback_moduleHeader.png, pela biblioteca, primefaces-delta.

Add dynamic option to SplitButton

When dynamic is on, options won't be rendered initially and at first click an ajax request should load them. This is to speed up page load performance.

Remove CSS font-size in delta theme for ui-button.

Using delta theme there is a problem with the font-size of the ui-button text.
There is no other theme with such a small button text.
I don't know why it does not affects showcase but in my application they are small, even smaller then the input components.

Remove: .ui-button .ui-button-text { font-size: 12px; }

Missing license section in pom.xml

Currently there is no information about the license of the themes bundle. There is no confirmation whether the themes bundle (including the ThemeRoller) is part of the PrimeFaces project and therefore licensed under Apache 2 or not.

Especially the pom.xml of "all-themes-1.0.*" contains no license section.

Premium Theme Apollo not fully responsive

I hope this is the right place for reporting bugs for premium themes (which are showcased publicly).

If you navigate to the data demonstration page and switch to responsive mode (320x480), you can see overlapping divs (scroll down a bit) as shown in screenshot, properly due to static width.

I would propose a change here to min/max-width. A website is only considered as fully responsive when no horizontal scrollbar exists.

Adamantium - no highlight on error field

<html xmlns="http://www.w3.org/1999/xhtml"
    xmlns:h="http://java.sun.com/jsf/html"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:p="http://primefaces.org/ui">

<h:head>
</h:head>
<h:body>
    <h:form>
        <p:outputLabel for="test" value="test"></p:outputLabel>
        <p:selectOneMenu id="test" required="true"></p:selectOneMenu>
        <p:commandButton update="@form" value="Submit"></p:commandButton>
    </h:form>
</h:body>
</html>

After clicking the button, there is no red bar under the dropdown menu.

snapshot2

Using other theme:

snapshot2

Chrome issue with any of the commercial themes

Hi

I get the following bug (ref screenshot and stacktrace ) when viewing the any of the commercial themes with chrome.

  1. Screenshot is from the following url: http://www.primefaces.org/modena/sample.xhtml
  2. Chrome details: Version 46.0.2490.80 (64-bit)
  3. OS details: Ubuntu 14.04 TLS

//screenshot
theme-screenshot-bug

//chrome console stacktrace
Failed to load resource: the server responded with a status of 404 (Not Found)
http://www.primefaces.org/modena/images/ui-bg_highlight-soft_100_eeeeee_1x100.png Failed to load resource: the server responded with a status of 404 (Not Found)
http://www.primefaces.org/modena/images/ui-bg_gloss-wave_35_f6a828_500x100.png Failed to load resource: the server responded with a status of 404 (Not Found)
http://www.primefaces.org/modena/images/ui-bg_glass_65_ffffff_1x400.png Failed to load resource: the server responded with a status of 404 (Not Found)
http://www.primefaces.org/modena/images/ui-bg_glass_100_fdf5ce_1x400.png Failed to load resource: the server responded with a status of 404 (Not Found)

Can you help ?

Regards
Mads

Delta theme missing resource

There is the issue in delta theme. There is missing ressource in maven library.

[#|2013-10-09T14:37:02.719+0200|WARNING|glassfish3.1.2|javax.enterprise.resource.webcontainer.jsf.application|_ThreadID=138;_ThreadName=Thread-2;|JSF1064: Unable to find or serve resource, images/fallback_moduleHeader.png, from library, primefaces-delta.|#]

Sentinel: SentinelMenuRenderer not compatible with Primefaces 6.3.

Sentinel in version 2.1.2 is not compatible with Primefaces 6.3 snapshot.
Commit with ID 791b9f1fbfa29f40c4704f6355828bdeff518a15 changed implementation of src/main/java/org/primefaces/util/WidgetBuilder.java.
primefaces/primefaces#3109

SentinelMenuRenderer used in it's method encodeScript method:
wb.initWithDomReady("Sentinel", menu.resolveWidgetVar(), clientId).finish();
which was removed in PF 6.3 and it fails in runtime on finding the method.

I think it could be replaced with method call>
wb.init("Sentinel", menu.resolveWidgetVar(), clientId).finish();
I tested it locally and it worked. (tested using extended class from SentinelMenuRenderer where I overrided the method encodeScript).

overlayPanel does not render selectOneListbox properly

When I include selectOneListbox in the overlay panel and I use 'Omega' theme, it is not rendered properly.
When I press the button, panel is rendered. However a sub-component in the panel is not. When panel is visible and I do double click on the button, sub-component get's rendered. In the same time, when panel is not rendered and I do double click, sub-component is not rendered (and panel not displayed).

Generated html and computed CSS is the same for both painted/non-painted components.

template I have used:

<f:view contentType="text/html">
    <h:head>
        <h:outputStylesheet library="main" name="css/flag-icon.css"/>
        <f:facet name="first">
            <meta content='text/html; charset=UTF-8' http-equiv="Content-Type"/>
            <title>Church i17n</title>
        </f:facet>
    </h:head>

    <h:body>
        <p:commandButton id="chooseLangBtn" value="Btn" type="button" />
        <p:overlayPanel id="langPanel" 
                        for="chooseLangBtn" 
                        showCloseIcon="true" 
                        dismissable="true"
                        dynamic="true">
            <p:selectOneListbox id="langSelect" 
                                value="#{selectOneLanguageView.language}" 
                                converter="languageConverter" 
                                var="t" filter="true" 
                                immediate="true"
                                filterMatchMode="startsWith">
                <f:selectItems value="#{languageService.languages}" 
                               var="lang"
                               
                               itemLabel="#{lang.name}" 
                               itemValue="#{lang}" />

                <p:column>
                    <h:graphicImage width="22px" alt="#{t.name}" library="main" name="images/flags/var/#{t.code}.svg"/>
                </p:column>

                <p:column>
                    <h:outputText value="#{t.name}" />
                </p:column>
            </p:selectOneListbox>
        </p:overlayPanel>

    </h:body>
</f:view>`

Here is screenshot:

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.