Hi,
I have a difference in operation between the 2017.2 and the 2018.1 on the display of radio buttons: I use "xxf: horizontal" in the "appearance" attribute to display them inline. But with 2018.1 it does not work anymore. The problem is that the CSS part of the form-runner-orbeon.css file is not loaded into the combined CSS on my pages. Thank You Julien -- Sent from: http://discuss.orbeon.com/ -- You received this message because you are subscribed to the Google Groups "Orbeon Forms" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To post to this group, send email to [hidden email]. |
Administrator
|
Julien,
Here is a quick test where it appears to work: http://demo.orbeon.com/demo/fr/orbeon/horizontal-checkboxes/new I am not sure what the difference might be. -Erik -- Sent from: http://discuss.orbeon.com/ -- You received this message because you are subscribed to the Google Groups "Orbeon Forms" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To post to this group, send email to [hidden email]. |
Hi Alex,
On your example, we can see in the browser debugger that there are 2 combined CSS file: orbeon-6223253ad3b290874a3b95740396c687134f4e3a.css with 1305 rules and orbeon-da524e246bd9da67cbb4c050893e32986f3ac8d4.css with 1109 rules. and in the second file we can see for example this rule : .orbeon .xforms-select-appearance-full .xforms-items { display: block; float: left; clear: left; } There is too a comment in this file : /* Original CSS path: /apps/fr/style/form-runner-base.css */ In my own handwritten page, there are too 2 combined CSS file : orbeon-6223253ad3b290874a3b95740396c687134f4e3a.css with 1305 rules, and orbeon-544f5dc2af23ec1ed3368396fd5ea916f3342d90.css with only 107 rules. The problem is in this second file: it misses all the rules concerning the form-runner-base.css. (file attached) So the style class ".orbeon .xforms-select-appearance-full .xforms-items " is not loaded and the radio button is not displayed inline. Thank You Julien -----Message d'origine----- De : [hidden email] <[hidden email]> De la part de Erik Bruchez Envoyé : mercredi 19 septembre 2018 18:55 À : [hidden email] Objet : [orbeon] Re: In 2018.1, display Radio button inline doesn't work anymore Julien, Here is a quick test where it appears to work: http://demo.orbeon.com/demo/fr/orbeon/horizontal-checkboxes/new I am not sure what the difference might be. -Erik -- Sent from: http://discuss.orbeon.com/ -- You received this message because you are subscribed to the Google Groups "Orbeon Forms" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To post to this group, send email to [hidden email]. -- You received this message because you are subscribed to the Google Groups "Orbeon Forms" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To post to this group, send email to [hidden email]. orbeon-544f5dc2af23ec1ed3368396fd5ea916f3342d90.css (15K) Download Attachment |
Administrator
|
Julien,
I guess this is because the CSS for the horizontal appearance are in the Form Runner code, and if I understand well you are not using Form Runner. Is that right? We should probably move this code down to the XForms CSS level. -Erik -- Sent from: http://discuss.orbeon.com/ -- You received this message because you are subscribed to the Google Groups "Orbeon Forms" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To post to this group, send email to [hidden email]. |
Hi,
Yes that's exactly it. But, in ORBEON 2017.2, it worked. Julien ________________________________________ De : [hidden email] [[hidden email]] de la part de Erik Bruchez [[hidden email]] Envoyé : mardi 2 octobre 2018 07:24 À : [hidden email] Objet : [orbeon] Re: In 2018.1, display Radio button inline doesn't work anymore Julien, I guess this is because the CSS for the horizontal appearance are in the Form Runner code, and if I understand well you are not using Form Runner. Is that right? We should probably move this code down to the XForms CSS level. -Erik -- Sent from: http://discuss.orbeon.com/ -- You received this message because you are subscribed to the Google Groups "Orbeon Forms" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To post to this group, send email to [hidden email]. -- You received this message because you are subscribed to the Google Groups "Orbeon Forms" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To post to this group, send email to [hidden email]. |
Administrator
|
I entered an issue to track this:
https://github.com/orbeon/orbeon-forms/issues/3775 -Erik -- Sent from: http://discuss.orbeon.com/ -- You received this message because you are subscribed to the Google Groups "Orbeon Forms" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To post to this group, send email to [hidden email]. |
Administrator
|
We have now fixed this for Orbeon Forms 2018.2 and the CSS is moved to the
plain XForms CSS. -Erik -- Sent from: http://discuss.orbeon.com/ -- You received this message because you are subscribed to the Google Groups "Orbeon Forms" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To post to this group, send email to [hidden email]. |
Ok thanks Erik.
Julien -----Message d'origine----- De : [hidden email] <[hidden email]> De la part de Erik Bruchez Envoyé : jeudi 20 décembre 2018 08:52 À : [hidden email] Objet : Re: RE:[orbeon] Re: In 2018.1, display Radio button inline doesn't work anymore We have now fixed this for Orbeon Forms 2018.2 and the CSS is moved to the plain XForms CSS. -Erik -- Sent from: http://discuss.orbeon.com/ -- You received this message because you are subscribed to the Google Groups "Orbeon Forms" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To post to this group, send email to [hidden email]. -- You received this message because you are subscribed to the Google Groups "Orbeon Forms" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To post to this group, send email to [hidden email]. |
Free forum by Nabble | Edit this page |