nawegante

Results 6 issues of nawegante

https://github.com/vincentmorneau/material-apex/tree/master/templates Am i missing some tool that will create apex templates from hbs templates?

question

https://apex.oracle.com/pls/apex/f?p=19705:4 If i add tabs with links as region id on same page it dosnt work. Removing "target="_self" from https://github.com/vincentmorneau/material-apex/blob/cee40ef3c1d9bc4df6c04082604b0324b89113ee/templates/Lists/Tabs.hbs#L11 solves it

bug

https://apex.oracle.com/pls/apex/f?p=19705:5 https://github.com/vincentmorneau/material-apex/blob/cee40ef3c1d9bc4df6c04082604b0324b89113ee/templates/ReportGenericColumns/Standard.hbs#L63 https://github.com/vincentmorneau/material-apex/blob/cee40ef3c1d9bc4df6c04082604b0324b89113ee/templates/ReportGenericColumns/Standard.hbs#L66 "next" and "before" between "i" tag displays like text.

bug

If set standart page template option "Wrap Page in a Container" to false, breadcrumb will overlaps page body content. Most noticable with tabs region. https://apex.oracle.com/pls/apex/f?p=19705:2

bug

https://apex.oracle.com/pls/apex/f?p=19705:3 After scroll down, there is a gap between navbar and sticky header. I found this constant https://github.com/vincentmorneau/material-apex/blob/cee40ef3c1d9bc4df6c04082604b0324b89113ee/src/js/apex-init.js#L42 When I remove it, sticky header sticks to navbar perfectly.

bug

Hi, with this kind of query in .moor file: `queryWithSubqeury: select t.column1, (select column2 from table2 where table1_id = t.id limit 1) table2_column2 from table1 t`, moor generate result class...

breaking