1 2015-07-12T06:11:07  *** yask has joined #moin-dev
   2 2015-07-12T11:11:56  *** aviraldg has quit IRC
   3 2015-07-12T11:20:54  *** greg_f has joined #moin-dev
   4 2015-07-12T15:19:35  *** RogerHaase has joined #moin-dev
   5 2015-07-12T17:51:57  *** greg_f has quit IRC
   6 2015-07-12T18:21:04  <yask> RogerHaase: Regarding this: https://bitbucket.org/thomaswaldmann/moin-2.0/issues/471/merge-most-basic-theme-templates-into : are you suggesting to use less mixins to use bootstrap properties ?
   7 2015-07-12T18:22:16  <yask> but using less mixins such as this:
   8 2015-07-12T18:22:16  <yask> form input,textarea {
   9 2015-07-12T18:22:16  <yask>     .form-control;
  10 2015-07-12T18:22:16  <yask> }
  11 2015-07-12T18:22:16  <yask> there is a significant increase in the size of .css file
  12 2015-07-12T18:23:08  <yask> so maybe create a separate template file `forms.html` with input having attribute `class="form-control"` ?
  13 2015-07-12T18:33:17  <yask> RogerHaase: Also I am using sliders for selecting Editor size & History results/page http://i.imgur.com/sUHquT0.png , can you suggest range for input values ?
  14 2015-07-12T18:34:14  <RogerHaase> yask: I was suggesting no bootstrap styling for anything below #moin-content
  15 2015-07-12T18:41:20  <RogerHaase> re. sliders, no suggestions. atm putting values in there does not effect anything. Hard to see how sliders there would improve UI.
  16 2015-07-12T18:42:38  <yask> RogerHaase:  sliders will restrict users to enter only integer values within a specified range.
  17 2015-07-12T18:45:51  <RogerHaase> presently, non-integers flash an error message which gets wiped out by the page reload.
  18 2015-07-12T18:57:22  <yask> from UX perspective ? I don't see any disadvantage of using sliders ?. This would work on all html5 browsers without any external libraries.
  19 2015-07-12T19:05:07  <yask> RogerHaase: ^
  20 2015-07-12T19:05:09  <RogerHaase> one disadvantage is that it is not obvious what the maximum values should be.
  21 2015-07-12T19:10:53  <yask> Okkey! then .. we can use `<input  type="number"...` (with restriction that number is positive). ?
  22 2015-07-12T19:13:08  <RogerHaase> is there a type="integer" ?
  23 2015-07-12T19:14:19  <yask>  type="number" , yes: eg: <input type="number" name="quantity" min="0" > http://www.w3schools.com/html/html_form_input_types.asp
  24 2015-07-12T19:15:10  <yask> but currently flatland renders integers are type="text" , I'll have make minor additions in macro (`forms.html`).
  25 2015-07-12T19:15:39  <yask> *to
  26 2015-07-12T19:24:59  <yask> These are new additions in html5 (also type="range" for slider).., can be used for constraint validation. We are already using on such attr. "required" in our password field. https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/HTML5/Constraint_validation
  27 2015-07-12T19:29:54  *** vipul20 has joined #moin-dev
  28 2015-07-12T22:16:03  *** RogerHaase has left #moin-dev
  29 

MoinMoin: MoinMoinChat/Logs/moin-dev/2015-07-12 (last edited 2015-07-11 19:29:29 by 116)