This page shows the issue:
http://demo.iui-js.org/samples/music/music.html#_settings
This seems to be a fix:
https://github.com/msgilligan/msgilligan.github.com/commit/ae99524945dc940c7581203cad6a3add3cd996a1
Will the "fix" break anything else?
-- Sean
This also seems to be showing up as Issue #329.
http://code.google.com/p/iui/issues/detail?id=329
Remi
> --
> You received this message because you are subscribed to the Google Groups "iui-developers" group.
> To post to this group, send email to iui-dev...@googlegroups.com.
> To unsubscribe from this group, send email to iui-developer...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/iui-developers?hl=en.
>
Mike Xu recommends setting top and left (since the positioning is
absolute, they should be set) which also fixes the problem. Maybe I
should make both changes in 0.40-beta3?
-- Sean
Remi
On 23 mars 2012, at 09:00 AM, Sean Gilligan <se...@msgilligan.com> wrote:
If you look at 0.4b2 without the fix, you'll see that ".row > label" is
positioned absolutely. If you set "top" and "left" both to "0px" that
*also* fixes the problem.
Mike Xu says you shouldn't use "absolute" without specifying coordinates
because otherwise different browsers may chose different defaults.
So, I'm thinking we should do *both*: remove the 2 "text-align: right"
properties *and* add the top/left. Does that make sense?
> This seems like a really old bug:
> http://code.google.com/p/iui/issues/detail?id=90
Thanks for this link: I closed Issue #329 as a duplicate of #90.
It's an old bug that keeps coming back. I think it's been "fixed" more
than once (maybe like 3 times). In fact, I think you made (another) fix
for this in an earlier 0.40-xxxxn release. I'd like to kill it once and
for all. I'm just concerned that if we fix it for the latest Chrome and
FF another issue might show up in another browser. We've made local
fixes several times now and the bug keep re-appearing. Do you think
changing both of these things is going to solve it once and for all?
-- Sean
I'm still wondering if we should add top/left to some of the "position:
absolute" elements in iui.css...
-- Sean
--
You received this message because you are subscribed to the Google Groups "iui-developers" group.
To post to this group, send email to iui-developers@googlegroups.com.
To unsubscribe from this group, send email to iui-developers+unsubscribe@googlegroups.com.
Thanks, Remi!
-- Sean
To post to this group, send email to iui-dev...@googlegroups.com.
To unsubscribe from this group, send email to iui-developer...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/iui-developers?hl=en.
Keeping the input element in relative makes the div height adapt itself based on the input one (without using some overflow: hidden crappy hack)
Sent from my iPad
The problem occurs in 0.40-beta2, which you can see here:
http://iui.googlecode.com/git-history/REL-0.40-beta2/web-app/samples/music/music.html
> If you point me towards a page that still has the bug you're trying to
> eliminate (since I haven't gotten to see it in action yet) I may be
> able to provide more insight. I hope I'm not totally off base on what
> you guys are trying to do. :)
I would appreciate your input. I'm looking for a solution that will
work for all use cases -- so we have to be careful not to fix it in one
place and break it in others.
Thanks!
-- Sean
Thanks for these changes, Remi. They are in 'master', here:
http://code.google.com/p/iui/source/detail?r=c1edfba1c31fdc9fc5c38849a66eb6ca222833ae
and here:
http://code.google.com/p/iui/source/detail?r=42dde7bf260e3e95208ee0d5c2f0c009eaa6e625
I also pushed to http://stage.iui-js.org/
The "arrays" view of the form-test.html page now has radio buttons,
checkboxes, and a select:
http://stage.iui-js.org/test/form-test.html#_arrays
Additional testing, feedback, and/or comments welcome.
-- Sean
p.s. I merged Issue #197
<http://code.google.com/p/iui/issues/detail?id=197> into Issue #90
<http://code.google.com/p/iui/issues/detail?id=90>
We've made significant changes since beta2, I think we should call the
next release beta3. I think we should propose that to the list and see
if there are any issues that should be fixed before a beta3. If not, we
can make a beta3 right away. We can consider beta3 a final candidate, I
think.
-- Sean
Yeah, that's a good idea.
-- Sean
Von meinem iDingens gesendet...
Am 04.04.2012 um 01:12 schrieb Sean Gilligan <se...@msgilligan.com>:
> On 3/26/12 1:51 AM, Remi Grumeau wrote:
>> It seems we need a float: right on select & input checkbox/radio too.
>> see
>> http://code.google.com/r/remigrumeau-iui-dev/source/detail?r=b4cf95b6e2c3232e0853ea23c8eaa273fe77e67f&name=remigrumeau-navigation <http://code.google.com/r/remigrumeau-iui-dev/source/detail?r=b4cf95b6e2c3232e0853ea23c8eaa273fe77e67f&name=remigrumeau-navigation>
>
>
> Thanks for these changes, Remi. They are in 'master', here:
> http://code.google.com/p/iui/source/detail?r=c1edfba1c31fdc9fc5c38849a66eb6ca222833ae
> and here:
> http://code.google.com/p/iui/source/detail?r=42dde7bf260e3e95208ee0d5c2f0c009eaa6e625
>
> I also pushed to http://stage.iui-js.org/
> The "arrays" view of the form-test.html page now has radio buttons, checkboxes, and a select:
> http://stage.iui-js.org/test/form-test.html#_arrays
>
> Additional testing, feedback, and/or comments welcome.
If i open this form on iphone and i click on dialog.
I was thinking this dialog is modal, but i see this problems:
A) Then i can scroll down but the mask is not over the submit button (see pic)
This has been reported as Issue #203 and there is a patch:
http://code.google.com/p/iui/issues/detail?id=203
> B) if i am in the form and i am in the param1 field then i can click on the keyboard previous button (on my screenshot the "zur�ck" button): and i am now i the dropdown field from the underlaying form and not from the dialog:
Any idea what is causing this?
-- Sean
the same behavior can be seen with the first GET panel, where the two inputs in the background get selectee too.
i guess Safari provides by next/previous buttons a way to navigate tru all active inputs displayed on the page. let's take a look at how this behave on other frameworks but honnestly it sounds like a browser native feature we could only "change" by adding a readonly attribute to non active inputs. And i would be strongly against it, sonce it would do more trouble than it solves.
Remi
I see it there, too.
I created an Issue:
http://code.google.com/p/iui/issues/detail?id=334
Not a showstopper for 0.4.0 in my opinion, but hopefully we can find a
clean fix for it. Maybe some elves will see the Issue and submit a nice
fix... ;)
-- Sean
Not a showstopper for 0.4.0 in my opinion, but hopefully we can find a clean fix for it. Maybe some elves will see the Issue and submit a nice fix... ;)
-- Sean