Depends on D10927
Details
Details
Diff Detail
Diff Detail
- Repository
- rEFL core/efl
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
src/lib/elementary/efl_ui_item.c | ||
---|---|---|
151 | hmm so you want index get failed in view cases even though user might able to get the item reference? |
Comment Actions
This seems good.
src/lib/elementary/efl_ui_item.c | ||
---|---|---|
151 | It would fail anyway if this check fails, no? |
src/lib/elementary/efl_ui_item.c | ||
---|---|---|
151 | that's true unless item know the model and get index from it in view container cases. |
src/lib/elementary/efl_ui_item.c | ||
---|---|---|
151 | Okay, but in the mvvm case if you have an item object which doesn't have a valid container then most likely it's just a cached item object which isn't in use, right? |