Robin S Posted November 14, 2016 Share Posted November 14, 2016 On 11/14/2016 at 9:23 PM, tpr said: Are you logged in with the same user? If you disable AOS it turns out, but here all the icons are showing up (Firefox, Chrome). Expand Not quite sure what you mean. In the Chrome screenshot above I'm logged in with the same superuser account. Also tested in a clean PW 3.0.40 installation without AOS and no other modules installed. Still don't see the debug or quick-tree icons in Chrome or IE11. Link to comment Share on other sites More sharing options...
Robin S Posted November 14, 2016 Share Posted November 14, 2016 On 11/14/2016 at 9:29 PM, Robin S said: Also tested in a clean PW 3.0.40 installation without AOS and no other modules installed. Still don't see the debug or quick-tree icons in Chrome or IE11. Expand Tried it on another machine and the icons are there. Suspect it's because my main PC has a touch screen and PW falsely identifies it as a mobile device or something like that. Will file a GitHub issue for this because there are many large screen touch devices out there with mouse attached and PW should account for this. 2 Link to comment Share on other sites More sharing options...
Robin S Posted November 15, 2016 Share Posted November 15, 2016 Hi @tpr, In agreement with what others have said, this is a hugely useful module and I really appreciate the work you are putting into it. The recent Esc key shortcut for closing notifications is one more excellent addition. Everyone's preferences are different so it's nice to be able to activate only the features you want. As well as the bold styling in the page list I mentioned earlier, there's another recent CSS change I can't see an option for turning off: the centered submit button on modal windows. Maybe there could be a checkbox list for individual CSS tweaks? 2 Link to comment Share on other sites More sharing options...
adrian Posted November 15, 2016 Share Posted November 15, 2016 I feel like the mouseover for page actions buttons in Listers should only be triggered on the first column. It can be a bit annoying when mousing over other columns to have the width of the first column increase to accommodate the action buttons. Thanks! Link to comment Share on other sites More sharing options...
tpr Posted November 15, 2016 Author Share Posted November 15, 2016 @adrian I've changed the lister row hover to show actions only on hovering the first cell. @Robin S I'm thinking on how to make things better configurable, but for this time I think I'll make the bold page names optional in PageListTweaks. Here is the preview of the iconified pagelist (and lister actions): On hover after a few milliseconds link text becomes visible to have some hint. Link colors will probably need a bit of JavaScript because using CSS inherit doesn't seem to pull the right color. 3 Link to comment Share on other sites More sharing options...
Robin S Posted November 16, 2016 Share Posted November 16, 2016 I'm seeing an issue in Firefox where dragging a repeater item causes the item to jump upwards away from the cursor position. Perhaps something to do with offset from the bottom of the viewport, because the issue is particularly noticeable when the browser dev tools panel is open. Link to comment Share on other sites More sharing options...
ottogal Posted November 16, 2016 Share Posted November 16, 2016 I'm observing this behaviour every now and then, with different AsmSelect fields (not in a repeater). But it doesn't seem reproducible, it's a randomly ocurring phenomenon. I assume it's a problem of Firefox, not PW. Link to comment Share on other sites More sharing options...
tpr Posted November 16, 2016 Author Share Posted November 16, 2016 At first I can't reproduce but there was a similar issue earlier with AsmSelect fields. The cause was that the "body" had an overflow-y: scroll; in CSS, removing that fixed it. If it happens again, could you check what happens if you add/remove "overflow" on body/html tags? 1 Link to comment Share on other sites More sharing options...
Robin S Posted November 16, 2016 Share Posted November 16, 2016 On 11/16/2016 at 8:20 AM, tpr said: At first I can't reproduce but there was a similar issue earlier with AsmSelect fields. The cause was that the "body" had an overflow-y: scroll; in CSS, removing that fixed it. If it happens again, could you check what happens if you add/remove "overflow" on body/html tags? Expand Yep, that's it - removing the rule fixes the issue. The rule is on the html element actually: html.aos.AdminThemeDefault { overflow-y: scroll; } 2 Link to comment Share on other sites More sharing options...
tpr Posted November 16, 2016 Author Share Posted November 16, 2016 Thanks, I have moved it from body to html but it's still not perfect, though the bug doesn't appear here. I've removed it now entirely. 2 Link to comment Share on other sites More sharing options...
adrian Posted November 16, 2016 Share Posted November 16, 2016 On Chrome / Mac (maybe others) you can't click directly on the dropdown arrow to select an image by filename. You have to click once to focus the input, then again on the arrow. Another idea I had from a fellow dev just getting into PW. He was thinking that some clients would benefit from having the page list actions visible all the time, rather than needing to hover/click. I think this might be a good thing to try, especially with the new action icons you showed. What do you think? I know it might look a little messy, but sometimes that is better than having a client staring at the screen not know what to click - yes some people don't explore like we do Link to comment Share on other sites More sharing options...
tpr Posted November 16, 2016 Author Share Posted November 16, 2016 Always show page list actions: you mean the non-extra items, right? I'll have a look, but interesting idea. What I could imagine is putting the action in a second row, like in WordPress. You mean the filefilter on the arrow? It's a workaround to populate the dropdown. Link to comment Share on other sites More sharing options...
adrian Posted November 16, 2016 Share Posted November 16, 2016 On 11/16/2016 at 5:20 PM, tpr said: Always show page list actions: you mean the non-extra items, right? Expand Yeah, it would just display like it does on hover, but permanently. I could also do it easily via AdminCustomFiles I guess. Link to comment Share on other sites More sharing options...
bernhard Posted November 16, 2016 Share Posted November 16, 2016 On 11/16/2016 at 4:53 PM, adrian said: Another idea I had from a fellow dev just getting into PW. He was thinking that some clients would benefit from having the page list actions visible all the time, rather than needing to hover/click. I think this might be a good thing to try, especially with the new action icons you showed. What do you think? I know it might look a little messy, but sometimes that is better than having a client staring at the screen not know what to click - yes some people don't explore like we do Expand i would - if at all - vote for a very vague implementation. maybe setting the transparency through configs... i've also observed newcomers not really knowing what to do with the pagetree. but that moment lasted for around 5sec at max until they hovered and got the concept (on reno - having to click to see the actions is a bigger hurdle). Link to comment Share on other sites More sharing options...
tpr Posted November 16, 2016 Author Share Posted November 16, 2016 FYI, AOS can also add custom js/css: https://github.com/rolandtoth/AdminOnSteroids#add-custom-css-or-javascript-to-the-admin 1 Link to comment Share on other sites More sharing options...
bernhard Posted November 16, 2016 Share Posted November 16, 2016 sorry for doubleposting but this one just came to my mind: i don't know how AOS is structured at the moment and i don't have time to investigate so i'll just throw in the idea. what if the module had a separate folder and separate files for all those little tweaks and we could easily activate/deactivate the things that we need. this would have 2 benefits everybody could contribute submodules very easily everybody could build his own set of admin tweaks, for example i could create one gitlab repo for all my custom admin tweaks, install AOS, git clone my repo (or even better fill in an input field and click "pull" ) and then have all my tweaks listed with checkboxes in my AOS admin screen. if we had a concept what modules are enabled/disabled by default or the possibility to import/export settings one could really speed up development. thinking further i would also love to have a concept like that for regular modules as well... maybe that would be something for the new pro devtools... Link to comment Share on other sites More sharing options...
adrian Posted November 16, 2016 Share Posted November 16, 2016 On 11/16/2016 at 7:14 PM, bernhard said: if we had a concept what modules are enabled/disabled by default or the possibility to import/export settings one could really speed up development. thinking further i would also love to have a concept like that for regular modules as well Expand Like this? I am actually tempted to submit this functionality as a PR to the PW core. Perhaps if you guys agree you could post some support for the idea over on that thread so I can show that others want this functionality. 1 Link to comment Share on other sites More sharing options...
tpr Posted November 16, 2016 Author Share Posted November 16, 2016 @bernhard This has came up earlier too, and could be useful without doubt. But it would require a different structure plus a well thought-out system that allows such modularity. In current state of AOS this is a no-go, and if someone would start it I would recommend to start with creating a new admin theme instead of patching Reno (or Default). 1 Link to comment Share on other sites More sharing options...
bernhard Posted November 16, 2016 Share Posted November 16, 2016 @adrian yes, exactly, totally missed that! @tpr now that you mention it i guess we already talked about it... not sure if you understand me right as a new admin theme would be a totally different beast. but not so important anyhow Link to comment Share on other sites More sharing options...
Macrura Posted November 17, 2016 Share Posted November 17, 2016 Bug report: AOS column break stopped working - is it me? I have the field and all of my editor pages suddenly stopped having the column breaks. Link to comment Share on other sites More sharing options...
tpr Posted November 17, 2016 Author Share Posted November 17, 2016 I haven't experienced anything with column breaks, I use it on several sites, including latest dev too. Link to comment Share on other sites More sharing options...
Macrura Posted November 17, 2016 Share Posted November 17, 2016 nope, it doesn't work – latest AOS, latest PW, just stopped working on 2 sites. I can get you access if you want to check it out, or let me know what i should be looking for; Link to comment Share on other sites More sharing options...
tpr Posted November 17, 2016 Author Share Posted November 17, 2016 Having an access would make things easier. Did it stop after an upgrade? Link to comment Share on other sites More sharing options...
tpr Posted November 17, 2016 Author Share Posted November 17, 2016 Always visible pagelist actions - this is what you have thought of? 1 Link to comment Share on other sites More sharing options...
adrian Posted November 17, 2016 Share Posted November 17, 2016 On 11/17/2016 at 11:11 AM, tpr said: Always visible pagelist actions - this is what you have thought of? Expand Yeah, that was the request. Certainly busy looking, but maybe that's ok. I still think it's a nice option to be able to give users if they'd prefer it. On that note, have you considered hooking into ProcessProfile and making some of the AOS tweaks manageable by the user? Not sure on which ones would be appropriate other than this - just thinking out loud Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now