search for: menu_select

Displaying 5 results from an estimated 5 matches for "menu_select".

2006 Aug 03
3
HELP: multiple select list in ror
Hi Search doesn''t seem to be working so my apologies if this has come up before. I have some simple code in a view that generates a multiple select: <select name="menu_select" size="5" multiple="multiple"> <% for m in Menu.find(:all) %> <!-- this needs to be abstracted in ror fashion --> <option value="<%= m.id %>" <%= if @menu_section.in_menu?(m) then "selected=\"selected\">" else &q...
2007 Jul 30
2
build a menu (li.selected)
Hello, when I try to create a menu I found the following limitation: the event li.selected does not work and, I am not being able to show an image when the menu option is selected in my CSS exists the following code: .menu li.selected { ... background: transparent url(/images/menu_selected.gif) 100% 1px no-repeat; ... } in file: ...\layouts\application.rhtml exists the following code: <div id="menu"> <ul> <li><%= link_to_unless_current "home", :controller => "home" %></li> <li><%= link_to_unless_curren...
2014 Mar 28
48
[Bug 76732] New: Kworker using 100% CPU
https://bugs.freedesktop.org/show_bug.cgi?id=76732 Priority: medium Bug ID: 76732 Assignee: nouveau at lists.freedesktop.org Summary: Kworker using 100% CPU QA Contact: xorg-team at lists.x.org Severity: normal Classification: Unclassified OS: Linux (All) Reporter: patrick.clara at gmail.com
2018 Feb 07
0
retpoline mitigation and 6.0
...lp -o /tmp/menu-07e9d7.s -x c drivers/cpuidle/governors/menu.c聽 1. <eof> parser at end of file 2. Per-module optimization passes 3. Running pass 'CallGraph Pass Manager' on module 'drivers/cpuidle/governors/menu.c'. 4. Running pass 'Loop Pass Manager' on function '@menu_select' 5. Running pass 'Induction Variable Simplification' on basic block '%for.body' clang-7.0: [0;1;31merror: unable to execute command: Aborted (core dumped) clang-7.0: [0;1;31merror: clang frontend command failed due to signal (use -v to see invocation) clang version 7.0.0聽聽(llvm/...
2018 Feb 07
6
retpoline mitigation and 6.0
I've landed the patch in r324449. Before we merge this into two different Clang release branches and almost immediately release one of them, I would really like someone to confirm that this patch works well with the Linux kernel. David, if you're up for that, it would be great. Alternatively, Guenter or someone else here can help. On Tue, Feb 6, 2018 at 5:59 PM Chandler Carruth